diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 6454ae0..fdc9779 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -13,25 +13,19 @@ body { display: flex; align-items: center; - padding-top: 40px; - padding-bottom: 40px; background-color: aliceblue; - text-align: center; } .form-signin { - width: 100%; - max-width: 330px; - padding: 15px; - margin: auto; } {% block content %} -
-
+
+
+ {% csrf_token %}

Log in

@@ -52,6 +46,7 @@ +
{% endblock %}