summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/towns_wizard.html
diff options
context:
space:
mode:
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
commite2e42bd068e94791edab44ac474a930223e8d42d (patch)
treefc33fa6077bd260ddf4dad959d86507f196f768d /ishtar_common/templates/ishtar/wizard/towns_wizard.html
parent1d82730382ec543e67b60bd6a2b5f023f16d94e3 (diff)
downloadIshtar-e2e42bd068e94791edab44ac474a930223e8d42d.tar.bz2
Ishtar-e2e42bd068e94791edab44ac474a930223e8d42d.zip
Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/towns_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/towns_wizard.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/towns_wizard.html b/ishtar_common/templates/ishtar/wizard/towns_wizard.html
index 07717d26a..4f9ff6c5f 100644
--- a/ishtar_common/templates/ishtar/wizard/towns_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/towns_wizard.html
@@ -28,9 +28,9 @@
{% endif %}
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
-<div id='validation-bar'>
- <input type="submit" id="submit_form" value="{% trans "Validate" %}"/>
-</div>
+{% block "validation_bar" %}
+{% include 'ishtar/wizard/validation_bar.html' %}
+{% endblock %}
</div>
</form>
{% endblock %}