diff --git a/InvenTree/build/templates/build/allocate.html b/InvenTree/build/templates/build/allocate.html index 9a0f045c68..5b66ef6b57 100644 --- a/InvenTree/build/templates/build/allocate.html +++ b/InvenTree/build/templates/build/allocate.html @@ -34,7 +34,6 @@ InvenTree | Allocate Parts {% block js_load %} {{ block.super }} - {% endblock %} diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html index e75efdfe77..c7648cfd33 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/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index 44a767b1d9..c9f6aef94d 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -61,7 +61,6 @@ {% endblock %} {% block js_load %} {{ block.super }} - {% endblock %} {% block js_ready %} diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index a3a9736a57..b06ab54a52 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -129,7 +129,6 @@ {% block js_load %} {{ block.super }} - {% endblock %} diff --git a/InvenTree/part/templates/part/stock.html b/InvenTree/part/templates/part/stock.html index a329a25249..0a9747bc7c 100644 --- a/InvenTree/part/templates/part/stock.html +++ b/InvenTree/part/templates/part/stock.html @@ -37,7 +37,6 @@ {% block js_load %} {{ block.super }} - {% endblock %} {% block js_ready %} diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 786298d407..df58296b23 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -69,7 +69,6 @@ {% block js_load %} {{ block.super }} - {% endblock %} {% block js_ready %} diff --git a/InvenTree/stock/templates/stock/stock_app_base.html b/InvenTree/stock/templates/stock/stock_app_base.html index 805147f6ad..b7bf307118 100644 --- a/InvenTree/stock/templates/stock/stock_app_base.html +++ b/InvenTree/stock/templates/stock/stock_app_base.html @@ -25,7 +25,6 @@ InvenTree | Stock {% block js_load %} {{ block.super }} - {% endblock %}