From 6404764025c39428ae22a5b4470d7c601b0078b6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Nov 2021 22:51:42 +0100 Subject: [PATCH] crispyfy --- InvenTree/templates/allauth_2fa/setup.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 }} -