From f11348c9656dff7702654af7a800ce009c741010 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 15 Dec 2020 22:39:57 +1100 Subject: [PATCH] Improve rendering for login page --- InvenTree/templates/registration/login.html | 26 ++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/InvenTree/templates/registration/login.html b/InvenTree/templates/registration/login.html index ed0ef34719..6aab0bb801 100644 --- a/InvenTree/templates/registration/login.html +++ b/InvenTree/templates/registration/login.html @@ -1,4 +1,5 @@ {% load static %} +{% load i18n %} @@ -26,22 +27,25 @@
-
+
-

InvenTree

-
-
+

InvenTree

+
+
-
-
- {% csrf_token %} - {{ form.as_p }} - -
+
+
+ {% csrf_token %} + {% load crispy_forms_tags %} + + {{ form|crispy }} + + +
+
-