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 %}