From 2fb8bff093e49d95ab25eb8343ebbb1091f6e7a6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 24 Jan 2014 14:26:15 -0500 Subject: Implement login plugin infrastructure Signed-off-by: Simo Sorce --- templates/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 157c938..c983af2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@
{% if user.is_admin %} @@ -23,7 +23,7 @@
{% if not user.name %} -

Please Log In +

Please Log In {% elif user.sites %}

Registered application shortcuts:

{% for site in user.sites %} @@ -31,6 +31,11 @@ {% endfor %} {% endif %}
+
+ {% if user.name %} +

Log Out

+ {% endif %} +
-- cgit