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