From 24767dff8822ce20d4094a7789ce38e7d71bdcfb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Feb 2015 14:10:45 +0100 Subject: Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS --- .../templates/ishtar/wizard/wizard_generalcontractor.html | 7 +++---- .../templates/ishtar/wizard/wizard_instruction.html | 7 +++---- .../templates/ishtar/wizard/wizard_preventiveplanning.html | 7 +++---- 3 files changed, 9 insertions(+), 12 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 4788a41fc..34dc75b08 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html @@ -23,10 +23,9 @@ {{ previous_fields|safe }} -
- - {% if next_steps %}{% endif %} -
+{% block "validation_bar" %} +{% include 'ishtar/wizard/validation_bar.html' %} +{% endblock %} {% endblock %} diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html index c2c4fc4d7..4162a3764 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_instruction.html @@ -56,10 +56,9 @@ {{ previous_fields|safe }} -
- - {% if next_steps %}{% endif %} -
+{% block "validation_bar" %} +{% include 'ishtar/wizard/validation_bar.html' %} +{% endblock %}