From 42681306693a171fccc487793e92eef691303956 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 23 Jun 2022 07:09:17 +1000 Subject: [PATCH] Small visual tweaks to various auth views (#3238) --- InvenTree/templates/account/email_confirm.html | 5 ++++- InvenTree/templates/allauth_2fa/authenticate.html | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/InvenTree/templates/account/email_confirm.html b/InvenTree/templates/account/email_confirm.html index 1bdd051fdc..b602126366 100644 --- a/InvenTree/templates/account/email_confirm.html +++ b/InvenTree/templates/account/email_confirm.html @@ -17,7 +17,10 @@
{% csrf_token %} - +
+
{% else %} diff --git a/InvenTree/templates/allauth_2fa/authenticate.html b/InvenTree/templates/allauth_2fa/authenticate.html index b27b5df81c..d28ef77f51 100644 --- a/InvenTree/templates/allauth_2fa/authenticate.html +++ b/InvenTree/templates/allauth_2fa/authenticate.html @@ -8,7 +8,8 @@ {% csrf_token %} {{ form|crispy }} -