2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 20:11:37 +00:00

Add button to launch modal form

This commit is contained in:
Oliver
2018-04-25 00:09:25 +10:00
parent db49e98f37
commit 9004086632
6 changed files with 63 additions and 7 deletions

View File

@@ -13,11 +13,6 @@
<link rel='stylesheet' href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
<!-- Scripts -->
<script type="text/javascript" src="{% static 'script/jquery_3.3.1_jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static 'script/bootstrap.min.js' %}"></script>
{% block head %}
{% endblock %}
@@ -39,5 +34,13 @@ InvenTree
{% endblock %}
</div>
<!-- Scripts -->
<script type="text/javascript" src="{% static 'script/jquery_3.3.1_jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static 'script/bootstrap.min.js' %}"></script>
{% block javascript %}
{% endblock %}
</body>
</html>