From 61df2cdc9b19b48675f7789240b90b3f1e43245c Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 28 Jan 2014 13:10:06 +0100 Subject: [PATCH] Login root page Signed-off-by: Petr Vobornik Reviewed-by: Simo Sorce --- templates/login/index.html | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) 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 -- 2.20.1