From 4162b84d564cbf4749224d6107cddaea26033d73 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 21 Jul 2015 17:47:46 +0200 Subject: Manage lan planner organizations (refs #2671) --- .../templates/ishtar/wizard/wizard_generalcontractor.html | 4 ++-- .../templates/ishtar/wizard/wizard_person_orga.html | 2 ++ .../templates/ishtar/wizard/wizard_planningservice.html | 11 +++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) (limited to 'archaeological_files_pdl/templates') diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html index e43e336c4..4fca7aa5e 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html @@ -2,8 +2,8 @@ {% block corporation %} - {{ wizard.form.raw_general_contractor.label_tag }} - {{ wizard.form.raw_general_contractor.errors }}{{wizard.form.raw_general_contractor|safe}} + {{ wizard.form.corporation_general_contractor.label_tag }} + {{ wizard.form.corporation_general_contractor.errors }}{{wizard.form.corporation_general_contractor|safe}} {% endblock %} diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_person_orga.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_person_orga.html index 91dd7e042..d69e1e0d3 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_person_orga.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_person_orga.html @@ -52,8 +52,10 @@ $(function() { +
{% block otherfields %} {% endblock %} +
{{ previous_fields|safe }} diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html index 29bc2397c..6fd9eef71 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html @@ -2,8 +2,8 @@ {% block corporation %} - {{ wizard.form.raw_town_planning_service.label_tag }} - {{ wizard.form.raw_town_planning_service.errors }}{{wizard.form.raw_town_planning_service|safe}} + {{ wizard.form.planning_service.label_tag }} + {{ wizard.form.planning_service.errors }}{{wizard.form.planning_service|safe}} {% endblock %} @@ -13,3 +13,10 @@ {{ wizard.form.responsible_town_planning_service.errors }}{{wizard.form.responsible_town_planning_service|safe}} {% endblock %} + +{% block otherfields %} + + {{ wizard.form.reference_number.label_tag }} + {{ wizard.form.reference_number.errors }}{{wizard.form.reference_number|safe}} + +{% endblock %} -- cgit v1.2.3