mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
12 lines
189 B
HTML
12 lines
189 B
HTML
{% extends "base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block title %}Logged out{% endblock %}
|
|
|
|
{% block content %}
|
|
<h3>You have been logged out.</h3>
|
|
<p>Thank you for visiting.
|
|
</p>
|
|
{% endblock %}
|