summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/default_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-08 02:52:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-15 21:54:17 +0200
commitbb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf (patch)
tree8a9bebd6e80e2d8983930be1a6c74d42b9a816d1 /ishtar_common/templates/ishtar/wizard/default_wizard.html
parent6d6896db8b13f0bf51d5202b84807d4f07ab8d1c (diff)
downloadIshtar-bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf.tar.bz2
Ishtar-bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf.zip
Adpat person form to new fields
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 1a17cf32b..6491b7a0f 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -24,6 +24,7 @@
<div class='form'>
{{ wizard.form.media }}
{{ wizard.management_form }}
+{% block form_detail %}
{% if wizard.form.forms %}
{{ wizard.form.management_form }}
<div class='top_button'><input type="submit" id="submit_form" value="{% trans "Validate" %}"/></div>
@@ -39,6 +40,7 @@
{% table_form wizard.form %}
{% if not is_search %}</table>{% endif %}
{% endif %}
+{% endblock %}
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
{% block "validation_bar" %}