2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +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

@ -46,8 +46,6 @@
{% include "stock_table.html" %}
{% include 'modals.html' %}
{% endblock %}
{% block js_load %}

View File

@ -8,8 +8,6 @@
<table class='table table-striped table-condensed' data-toolbar='#button-toolbar' id='tracking-table'>
</table>
{% include 'modals.html' %}
{% endblock %}
{% block js_ready %}