diff --git a/InvenTree/templates/account/base.html b/InvenTree/templates/account/base.html index 91f50c99be..c7b484f82f 100644 --- a/InvenTree/templates/account/base.html +++ b/InvenTree/templates/account/base.html @@ -1,6 +1,5 @@ {% load static %} {% load i18n %} -{% load crispy_forms_tags %} {% load inventree_extras %} @@ -20,11 +19,6 @@ - {% inventree_title %} | {% block head_title %}{% endblock %}