diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html
index c7648cfd33..3990bfab6c 100644
--- a/InvenTree/part/templates/part/bom.html
+++ b/InvenTree/part/templates/part/bom.html
@@ -56,7 +56,6 @@
{% block js_load %}
{{ block.super }}
-
{% endblock %}
diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html
index 32a1502733..dd2f8bd706 100644
--- a/InvenTree/templates/base.html
+++ b/InvenTree/templates/base.html
@@ -95,10 +95,9 @@ InvenTree
-
-
+
{% block js_load %}
{% endblock %}