From adf6c86fe01fb579889a80dc3340a4fab86843f3 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Fri, 11 Oct 2024 00:13:43 +0200 Subject: [PATCH] Render form errors correctly --- pretalx_pages/templates/pretalx_pages/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}