diff --git a/fir_auth_2fa/templates/two_factor/login.html b/fir_auth_2fa/templates/two_factor/login.html index 4eab2f9a..301954c8 100644 --- a/fir_auth_2fa/templates/two_factor/login.html +++ b/fir_auth_2fa/templates/two_factor/login.html @@ -7,70 +7,76 @@ {% 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 }} +
+
+ {% if cancel_url %} + {% trans "Cancel" %} + {% endif %} + {% if wizard.steps.prev %} + + {% else %} + + {% endif %} + + +
+
{% endif %}