diff --git a/gadjo/templates/gadjo/form.html b/gadjo/templates/gadjo/form.html index 7e76df8..3cd39e5 100644 --- a/gadjo/templates/gadjo/form.html +++ b/gadjo/templates/gadjo/form.html @@ -1,6 +1,6 @@ {% load i18n %} {% if form.errors %} -
+

{% trans "There were errors processing your form." %}

{% for error in form.non_field_errors %}

{{ error }}