2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Deleted unused form

This commit is contained in:
Oliver Walters
2019-08-14 13:54:16 +10:00
parent f90ffcd3db
commit 5963f7ed01
3 changed files with 4 additions and 26 deletions

View File

@@ -24,9 +24,6 @@
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
<button type="submit" class="save btn btn-default">Submit Selections</button>
{% csrf_token %}
{% load crispy_forms_tags %}
{% crispy form %}
<input type='hidden' name='form_step' value='select_fields'/>