diff --git a/InvenTree/part/templates/part/bom_upload/upload_file.html b/InvenTree/part/templates/part/bom_upload/upload_file.html index 87c18b4cdb..23916ddda6 100644 --- a/InvenTree/part/templates/part/bom_upload/upload_file.html +++ b/InvenTree/part/templates/part/bom_upload/upload_file.html @@ -1,7 +1,7 @@ {% extends "part/part_base.html" %} -{% load static %} -{% load i18n %} {% load inventree_extras %} +{% load i18n %} +{% load static %} {% block menubar %}