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 }} + + +
+
-