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