From 03a77731481b529e682f4ec9fc551f3602272021 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 29 Jul 2016 12:08:32 +0200 Subject: Archaeological files: floatfield for surface - fix error display on main form --- .../ishtar/wizard/wizard_preventiveplanning.html | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'archaeological_files_pdl/templates') diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html index 1be5b1b36..304b58b76 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html @@ -8,6 +8,10 @@ +{% if wizard.form.name.errors %} + +{% endif %} + @@ -23,7 +27,6 @@ {% if wizard.form.main_town.errors %}{% endif %} - @@ -31,6 +34,9 @@ +{% if wizard.form.department.errors %} + +{% endif %} @@ -38,6 +44,9 @@ +{% if wizard.form.locality.errors %} + +{% endif %} @@ -45,6 +54,9 @@ +{% if wizard.form.address.errors %} + +{% endif %} @@ -52,6 +64,9 @@ +{% if wizard.form.postal_code.errors %} + +{% endif %} @@ -64,6 +79,9 @@

Surfaces

{{wizard.form.name.errors}}
{{wizard.form.main_town.errors}}
{{wizard.form.town|safe}}
{{wizard.form.department.errors}}
{{wizard.form.department|safe}}
{{wizard.form.locality.errors}}
{{wizard.form.locality|safe}}
{{wizard.form.address.errors}}
{{wizard.form.address|safe}}
{{wizard.form.postal_code.errors}}
+{% if wizard.form.total_surface.errors %} + +{% endif %} @@ -71,6 +89,9 @@ +{% if wizard.form.total_developed_surface.errors %} + +{% endif %} -- cgit v1.2.3
{{wizard.form.total_surface.errors}}
{{wizard.form.total_surface|safe}}
{{wizard.form.total_developed_surface.errors}}