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