diff options
| 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 |
| commit | 39e0c9cf302f8b468e116047eef18f42d712166e (patch) | |
| tree | 38ca8553def343f8aede7af10253286476c7eb24 /ishtar_common/templates/ishtar/wizard/default_wizard.html | |
| parent | 4e2c3dcd9dc31221a467a5bb4e727fd06336ea07 (diff) | |
| download | Ishtar-39e0c9cf302f8b468e116047eef18f42d712166e.tar.bz2 Ishtar-39e0c9cf302f8b468e116047eef18f42d712166e.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.html | 2 |
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> |
