mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 20:11:37 +00:00
Fix double loading of modals.html
This commit is contained in:
@@ -81,8 +81,6 @@ InvenTree | Build - {{ build }}
|
||||
|
||||
</div>
|
||||
|
||||
{% include "modals.html" %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block js_ready %}
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user