diff --git a/src/authentic2/templates/authentic2/login_password_registration_form.html b/src/authentic2/templates/authentic2/login_password_registration_form.html index 58dc2ad31..a4faa2f0c 100644 --- a/src/authentic2/templates/authentic2/login_password_registration_form.html +++ b/src/authentic2/templates/authentic2/login_password_registration_form.html @@ -6,14 +6,12 @@ {% block registration %}
-

-

- {% csrf_token %} - {{ form|with_template }} -
- -
-
-

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