mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Reposition buttons
This commit is contained in:
parent
c959e8f62c
commit
a25522746e
@ -22,6 +22,7 @@
|
||||
{% endif %}
|
||||
|
||||
<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 %}
|
||||
|
||||
@ -83,7 +84,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<button type="submit" class="save btn btn-default">Next</button>
|
||||
</form>
|
||||
|
||||
<b>BOM Rows: {{ bom.row_count }}</b>
|
||||
|
@ -16,6 +16,7 @@
|
||||
</div>
|
||||
|
||||
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
|
||||
<button type="submit" class="save btn btn-default">Upload File</button>
|
||||
{% csrf_token %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
@ -23,7 +24,6 @@
|
||||
|
||||
{% crispy form %}
|
||||
|
||||
<button type="submit" class="save btn btn-default">Next</button>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user