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:
@ -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>
|
||||
|
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user