diff --git a/templates/pages/password_required.html b/templates/pages/password_required.html index 7e84d0c..49eed35 100644 --- a/templates/pages/password_required.html +++ b/templates/pages/password_required.html @@ -16,18 +16,20 @@
-
-

- -

-

You need a password to access this page.

-
- {% csrf_token %} - {{ form|bootstrap }} -
- -
-
+
+
+

+ +

+

You need a password to access this page.

+
+ {% csrf_token %} + {{ form|bootstrap }} +
+ +
+
+
{% endblock %}