From d511b5ab60affe8e38e1f4d12589a9ba7af60fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 1 Jun 2023 20:02:26 +0200 Subject: [PATCH] a11y: remove erroneous

around registration form (#78109) --- .../login_password_registration_form.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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 %}