2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Fix double loading of modals.html

This commit is contained in:
Oliver Walters
2019-06-03 21:51:59 +10:00
parent 7a244f48ae
commit 7a3b186a0c
8 changed files with 0 additions and 20 deletions

View File

@ -68,8 +68,6 @@ InvenTree | Company - {{ company.name }}
</div>
{% include 'modals.html' %}
{% endblock %}
{% block js_load %}

View File

@ -26,10 +26,6 @@ InvenTree | Supplier List
<table class='table table-striped' id='company-table' data-toolbar='#button-toolbar'>
</table>
{% include 'modals.html' %}
{% endblock %}
{% block js_ready %}
{{ block.super }}

View File

@ -103,10 +103,6 @@ InvenTree | {{ company.name }} - Parts
<br>
{% include 'modals.html' %}
{% endblock %}
{% block js_ready %}