diff --git a/src/servala/frontend/templates/includes/tabbed_fieldset_form.html b/src/servala/frontend/templates/includes/tabbed_fieldset_form.html index c36f06f..c9d947a 100644 --- a/src/servala/frontend/templates/includes/tabbed_fieldset_form.html +++ b/src/servala/frontend/templates/includes/tabbed_fieldset_form.html @@ -4,6 +4,7 @@ method="post" {% if form_action %}action="{{ form_action }}"{% endif %}> {% csrf_token %} + {% include "frontend/forms/errors.html" %}