diff --git a/templates/account/logout.html b/templates/account/logout.html index 51f8998..4406d5c 100644 --- a/templates/account/logout.html +++ b/templates/account/logout.html @@ -2,13 +2,21 @@ {% load i18n %} {% block head_title %}{% trans "Signed Out" %}{% endblock %} {% block content %} -

{% trans "Signed Out" %}

-

{% trans "You have signed out." %}

+

{% trans "Signed Out" %}

+

{% trans "You have signed out." %}

+ {% if user.is_authenticated %} +

Authenticated

+ {% else %} +

Not Authenticated

+ {% endif %} + {% endblock %} {% block footerscripts %} - {% endblock %} \ No newline at end of file