From 432d0be99f5b43bbae1c75d1626430324805b447 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 7 Jul 2022 15:38:42 +0200 Subject: Form template: fix error repeat --- ishtar_common/templates/ishtar/form.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ishtar_common/templates/ishtar/form.html b/ishtar_common/templates/ishtar/form.html index 29960125c..c36a2c3c4 100644 --- a/ishtar_common/templates/ishtar/form.html +++ b/ishtar_common/templates/ishtar/form.html @@ -12,9 +12,6 @@ {% block content %}

{{page_name}}

- {% for error in form.non_field_errors %} -

{{ error }}

- {% endfor %} {% bs_form form %}
{% endblock %} -- cgit v1.2.3