From 3f5a074fefbf145cfe3bf7365939695d247218ff Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 00:32:57 +0100 Subject: [PATCH] Improve login form layout and aesthetic --- borgweb/templates/registration/login.html | 56 ++++++++++++++++++++--- 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 5eb1164..dc86468 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -3,15 +3,57 @@ Login + + + - + {% block content %} -

Log In

-
- {% csrf_token %} - {{ form.as_p }} - -
+ +
+
+ {% csrf_token %} + +

Log in

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