diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index 7cb5a2d659..83a89de7c4 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -81,8 +81,6 @@ InvenTree | Build - {{ build }} -{% include "modals.html" %} - {% endblock %} {% block js_ready %} diff --git a/InvenTree/build/templates/build/index.html b/InvenTree/build/templates/build/index.html index d52bcb4c4a..3c9eda3544 100644 --- a/InvenTree/build/templates/build/index.html +++ b/InvenTree/build/templates/build/index.html @@ -29,8 +29,6 @@ InvenTree | Build List {% include "build/build_list.html" with builds=cancelled title="Cancelled Builds" completed=False collapse_id="cancelled" %} -{% include 'modals.html' %} - {% endblock %} {% block js_ready %} diff --git a/InvenTree/company/templates/company/company_base.html b/InvenTree/company/templates/company/company_base.html index 8c64190865..6de8d83bbb 100644 --- a/InvenTree/company/templates/company/company_base.html +++ b/InvenTree/company/templates/company/company_base.html @@ -68,8 +68,6 @@ InvenTree | Company - {{ company.name }} -{% include 'modals.html' %} - {% endblock %} {% block js_load %} diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html index 54a9d53213..84fd85732e 100644 --- a/InvenTree/company/templates/company/index.html +++ b/InvenTree/company/templates/company/index.html @@ -26,10 +26,6 @@ InvenTree | Supplier List