diff --git a/pinaxcon/templates/_form_snippet.html b/pinaxcon/templates/_form_snippet.html index cb97f820441355809f07f1e170a3b9e3df010ff8..f8ca2d80e62a06302b7481d8566357f529eb3acf 100644 --- a/pinaxcon/templates/_form_snippet.html +++ b/pinaxcon/templates/_form_snippet.html @@ -1,5 +1,10 @@ {% load lca2017_tags %} +{% if form.non_field_errors %} + {{ form.non_field_errors }} +
+{% endif %} + {% for field in form %} {% if not field.is_hidden %}