From b62fc7b2be6e66f7e41a9d0bc2c0e89a421456f2 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 11 May 2021 11:36:21 +0100 Subject: [PATCH] Use base.html as template --- borgweb/templates/registration/login.html | 57 ++++++++++++----------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 9421cce..875957f 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -1,35 +1,39 @@ - - - - - Login - {% load static %} - {% load compress %} - {% compress css %} - - {% endcompress %} - - - -{% block content %} + form { + min-width: 300px; + } +{% endblock %} -
-
-
+{% block body %} + +
+ {% csrf_token %} -

Log in

+

Log in

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