From 22e85704dab5a16eb5c3849a2c233f4d53bac03c Mon Sep 17 00:00:00 2001 From: Augustin-FL Date: Wed, 25 Dec 2024 23:18:04 +0100 Subject: [PATCH] 2FA: remove extra diff, fix checkbox margin --- fir_auth_2fa/templates/two_factor/login.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/fir_auth_2fa/templates/two_factor/login.html b/fir_auth_2fa/templates/two_factor/login.html index 301954c8..5f6cf5d0 100644 --- a/fir_auth_2fa/templates/two_factor/login.html +++ b/fir_auth_2fa/templates/two_factor/login.html @@ -6,7 +6,6 @@ {% block content %} {% if wizard.steps.current == 'auth' %} -
{% elif wizard.steps.current == 'token' %} -
{% csrf_token %} Logo - + {{ wizard.management_form }}
-

Please enter the token generated by your token generator.

{{ wizard.form }}
@@ -77,7 +73,6 @@

Please enter the token generated by your token generator.

-
{% endif %} {% endblock %}