From 7bc7de7332670f692eda576787e671c2eba0e5bb Mon Sep 17 00:00:00 2001 From: godofdream Date: Fri, 17 Aug 2012 01:29:03 +0200 Subject: added division into default template and mobile template, added Base site --- module/web/templates/default/login.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'module/web/templates/default/login.html') diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html index 035853a26..9454b709d 100644 --- a/module/web/templates/default/login.html +++ b/module/web/templates/default/login.html @@ -2,11 +2,17 @@ {% block title %}{{_("Login")}} - {{super()}} {% endblock %} {% block content %}
+{% if logout %} +
+ {{_("You were successfully logged out.")}} +
+{% endif %} +
-
+