2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 21:20:56 +00:00

First pass at 'order parts' fom

- Select parts in modal form window
This commit is contained in:
Oliver Walters
2019-06-11 23:37:32 +10:00
parent 8e82488f70
commit bc05146e72
8 changed files with 171 additions and 4 deletions

View File

@ -21,6 +21,8 @@
{% block pre_form_content %}
{% endblock %}
{% block form %}
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
{% csrf_token %}
{% load crispy_forms_tags %}
@ -32,5 +34,7 @@
{% endblock %}
</form>
{% endblock %}
{% block post_form_content %}
{% endblock %}