From ad74a26a85a7cfc519b27e74b72457c0768287bc Mon Sep 17 00:00:00 2001 From: Cefin Date: Mon, 7 Feb 2022 15:17:15 +0100 Subject: Operation - Parcels - Modify: fix template form error #5227 --- ishtar_common/templates/blocks/inline_formset.html | 1 - 1 file changed, 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/blocks/inline_formset.html b/ishtar_common/templates/blocks/inline_formset.html index d6e76bc90..37be0f005 100644 --- a/ishtar_common/templates/blocks/inline_formset.html +++ b/ishtar_common/templates/blocks/inline_formset.html @@ -9,7 +9,6 @@ {% endif %}{% for frm in formset%} {% if forloop.first and not skip %}{%endif%} {% if not skip or not forloop.first %} - {% if frm.errors %}{% endif %} {% endif %}{% for field in frm.visible_fields %} {% if field.errors %}
{{ field.errors.as_ul }}
{% endif %} {{ field|safe }} -- cgit v1.2.3