From: Petr Vobornik Date: Tue, 28 Jan 2014 12:10:06 +0000 (+0100) Subject: Login root page X-Git-Tag: v0.2.2~106 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fipsilon.git;a=commitdiff_plain;h=61df2cdc9b19b48675f7789240b90b3f1e43245c Login root page Signed-off-by: Petr Vobornik Reviewed-by: Simo Sorce --- diff --git a/templates/login/index.html b/templates/login/index.html index 6b2e2cd..541f0c1 100644 --- a/templates/login/index.html +++ b/templates/login/index.html @@ -1,24 +1,6 @@ - - - - - {{ title }} - - - - -
- -
- {% if user.is_admin %} - admin - {% endif %} -
-
-

Redirecting ... {{ redirect }}

-
-
- - +{% extends "master.html" %} +{% block main %} +
+

Redirecting ... {{ redirect }}

+
+{% endblock %} \ No newline at end of file