diff --git a/InvenTree/templates/allauth_2fa/setup.html b/InvenTree/templates/allauth_2fa/setup.html index 46d2f3a55c..152ea19688 100644 --- a/InvenTree/templates/allauth_2fa/setup.html +++ b/InvenTree/templates/allauth_2fa/setup.html @@ -1,10 +1,10 @@ {% extends "account/base.html" %} -{% load i18n %} +{% load i18n crispy_forms_tags %} {% block content %} -

+

{% trans "Setup Two-Factor Authentication" %} -

+

{% trans 'Step 1' %}: @@ -26,10 +26,9 @@
{% csrf_token %} - {{ form.non_field_errors }} - {{ form.token.label }}: {{ form.token }} + {{ form|crispy }} -