From 183f054244b911bd64e625be4a826ce4d2b53d57 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 15 Apr 2013 15:41:15 +0100 Subject: [PATCH] Testing logout --- templates/account/logout.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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