summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-05-28 16:58:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:49:36 +0200
commitf5634457ef7882cbc9fcb30d0e12a61d4f13498a (patch)
treec616f2686db785b7b1103beb85636d1891cc354c /ishtar_common/templates/ishtar/wizard
parent4fba7337a52de2efd795b24cb9cd2797b1427987 (diff)
downloadIshtar-f5634457ef7882cbc9fcb30d0e12a61d4f13498a.tar.bz2
Ishtar-f5634457ef7882cbc9fcb30d0e12a61d4f13498a.zip
User profile form: duplicate, delete and edit
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard')
-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 a7a705f59..6707124f9 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -25,7 +25,7 @@
</div>
{% endif %}
{% for formsetform in wizard.form.forms %}
- {% bs_form formsetform %}
+ {% bs_form formsetform forloop.counter0 %}
{% endfor %}
<button class="btn btn-success" name="formset_modify" value="{{wizard.steps.current}}">
{% trans "Add/Modify" %}