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

Loaded both modals into single include

This commit is contained in:
Oliver
2018-04-27 21:35:36 +10:00
parent e1e3cc71e6
commit c4e305bde6
9 changed files with 31 additions and 28 deletions

View File

@ -25,6 +25,12 @@
</a>
</div>
{% include 'modals.html' %}
{% endblock %}
{% block javascript %}
<script type="text/javascript" src="{% static 'script/delay.js' %}"></script>
<script type="text/javascript" src="{% static 'script/filter_company.js' %}">
</script>

View File

@ -34,8 +34,7 @@
<button class="btn btn-danger" id='part-delete'>Delete supplier part</button>
</div>
{% include 'modal.html' %}
{% include 'modal_delete.html' %}
{% include 'modals.html' %}
{% endblock %}