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