diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 2127d04..309d1aa 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -3,53 +3,52 @@ {% block title %}Login{% endblock %} {% load static %} {% block script %} - {{block.super}} + {{ block.super }} {% endblock %} {% block style %} {{ block.super }} body { - background-color: aliceblue; - } + background-color: aliceblue; + } - .vertical-center { - min-height: 60%; - min-height: 60vh; + .vertical-center { + min-height: 60%; + min-height: 60vh; - display: flex; - align-items: center; - } - form { - min-width: 300px; - } + display: flex; + align-items: center; + } + form { + min-width: 300px; + } {% endblock %} {% block body %} -
-
-

Log in

-
- {% csrf_token %} - +
+
+

Log in

+ + {% csrf_token %} +
+ + -
- - +
+
+ + +
+ +
-
- - -
+
- - - -
{% endblock %}