From ff92d70ecba82c81234982aa665ed4d4c0ee2c1d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Sep 2021 18:34:24 +0200 Subject: [PATCH] cleanup --- InvenTree/templates/account/base.html | 6 ------ 1 file changed, 6 deletions(-) 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 %}