diff --git a/InvenTree/templates/modal_form.html b/InvenTree/templates/modal_form.html index 44fd4c70f8..1318e4f238 100644 --- a/InvenTree/templates/modal_form.html +++ b/InvenTree/templates/modal_form.html @@ -1,5 +1,14 @@ +{% if form.non_field_errors %} + +{% endif %} +
{% csrf_token %} {% load crispy_forms_tags %} + + {% crispy form %}
\ No newline at end of file