diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-13 14:10:45 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-06 15:48:16 +0200 |
commit | 24767dff8822ce20d4094a7789ce38e7d71bdcfb (patch) | |
tree | fc33fa6077bd260ddf4dad959d86507f196f768d /archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html | |
parent | a584b08f7c347af2fb85df86ddd89430c14824c0 (diff) | |
download | Ishtar-24767dff8822ce20d4094a7789ce38e7d71bdcfb.tar.bz2 Ishtar-24767dff8822ce20d4094a7789ce38e7d71bdcfb.zip |
Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html')
-rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html index 5b3228cfb..66569a66d 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html @@ -72,10 +72,9 @@ <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" /> {{ previous_fields|safe }} -<div id='validation-bar'> - <input type="submit" id="submit_form" name='validate' value="{% trans "Validate" %}"/> - {% if next_steps %}<input type="submit" id="submit_end_form" name='validate_and_end' value="{% trans "Validate and end" %}"/>{% endif %} -</div> +{% block "validation_bar" %} +{% include 'ishtar/wizard/validation_bar.html' %} +{% endblock %} </div> </form> {% endblock %} |