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:
@ -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 %}
|
Reference in New Issue
Block a user