From a25522746ee59c98aa501a13cfcbbd82fbb45093 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 2 Jul 2019 19:46:39 +1000 Subject: [PATCH] Reposition buttons --- InvenTree/part/templates/part/bom_upload/select_fields.html | 2 +- InvenTree/part/templates/part/bom_upload/upload_file.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/part/templates/part/bom_upload/select_fields.html b/InvenTree/part/templates/part/bom_upload/select_fields.html index 366cce80a3..afeca4248c 100644 --- a/InvenTree/part/templates/part/bom_upload/select_fields.html +++ b/InvenTree/part/templates/part/bom_upload/select_fields.html @@ -22,6 +22,7 @@ {% endif %}
+ {% csrf_token %} {% load crispy_forms_tags %} @@ -83,7 +84,6 @@ -
BOM Rows: {{ bom.row_count }} diff --git a/InvenTree/part/templates/part/bom_upload/upload_file.html b/InvenTree/part/templates/part/bom_upload/upload_file.html index 482d893db2..37c5801b5c 100644 --- a/InvenTree/part/templates/part/bom_upload/upload_file.html +++ b/InvenTree/part/templates/part/bom_upload/upload_file.html @@ -16,6 +16,7 @@
+ {% csrf_token %} {% load crispy_forms_tags %} @@ -23,7 +24,6 @@ {% crispy form %} -
{% endblock %} \ No newline at end of file