From 3a0f22eb1370e9df2e5f24194523821536c879a6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 24 Oct 2019 21:18:19 -0400 Subject: nfsw/templates/login.html: Restructure. --- nfsw/templates/login.html | 54 ++++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/nfsw/templates/login.html b/nfsw/templates/login.html index 4e523bf..443e844 100644 --- a/nfsw/templates/login.html +++ b/nfsw/templates/login.html @@ -3,27 +3,43 @@ {% block title %}Login{% endblock %} {% block content %} -
-
- {% for m in get_flashed_messages() %} -

{{ m }}

- {% endfor %} -
-
-
-
- - -
+
+
+
+

NFSW - Login

+
-
- - -
+
+
+ {% for m in get_flashed_messages() %} +

{{ m }}

+ {% endfor %} +
+
+ + +
+ + +
-
- +
+ + +
+ +
+ +
+
- +
+ +{% endblock %} + +{% block css %} + {% endblock %} -- cgit v1.2.3