2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +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

@ -81,8 +81,6 @@ InvenTree | Build - {{ build }}
</div>
{% include "modals.html" %}
{% endblock %}
{% block js_ready %}

View File

@ -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 %}