diff --git a/InvenTree/templates/modal_form.html b/InvenTree/templates/modal_form.html index b1e1b494cc..e25d2587da 100644 --- a/InvenTree/templates/modal_form.html +++ b/InvenTree/templates/modal_form.html @@ -1,3 +1,14 @@ +
+{% if form.pre_form_info %} + +{% endif %} +{% if form.pre_form_warning %} + +{% endif %} {% block non_field_error %} {% if form.non_field_errors %} {% endif %} {% endblock %} +
{% block pre_form_content %} {% endblock %}