diff --git a/pretalx_pages/templates/pretalx_pages/form.html b/pretalx_pages/templates/pretalx_pages/form.html index 728bf60..2ce9227 100644 --- a/pretalx_pages/templates/pretalx_pages/form.html +++ b/pretalx_pages/templates/pretalx_pages/form.html @@ -8,7 +8,7 @@

{% trans "Page" %}

{% csrf_token %} - {% include "common/forms/errors.html" with errors=form.non_field_errors %} + {{ form.non_field_errors }}
{% trans "General information" %} {{ form.title.as_field_group }}