summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/default_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 22:49:56 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 22:49:56 +0200
commita82ae23015f8036919bae3c4a4e133e9045e6fcc (patch)
tree38ca8553def343f8aede7af10253286476c7eb24 /ishtar_common/templates/ishtar/wizard/default_wizard.html
parentaf719ae697e5b03582b28f8a59eae39524cb8f7f (diff)
downloadIshtar-a82ae23015f8036919bae3c4a4e133e9045e6fcc.tar.bz2
Ishtar-a82ae23015f8036919bae3c4a4e133e9045e6fcc.zip
Djangoization - Major refactoring (step 14)
* Fix formset UI. * Fix formset towns. * Clean-up
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, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index c379d8fbb..e2abc80b6 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -29,7 +29,7 @@
{% for formsetform in wizard.form.forms %}
{% table_form formsetform %}
{% endfor %}
- <tr class='modify'><td colspan="2"><button name="formset_modify" value="{{form_step}}">{% trans "Add/Modify" %}</button></td></tr></li>
+ <tr class='modify'><td colspan="2"><button name="formset_modify" value="{{wizard.steps.current}}">{% trans "Add/Modify" %}</button></td></tr></li>
</table>
{% else %}
<table>