summaryrefslogtreecommitdiff
path: root/ishtar/templates/file_wizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/file_wizard.html')
-rw-r--r--ishtar/templates/file_wizard.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/ishtar/templates/file_wizard.html b/ishtar/templates/file_wizard.html
index 9ebf4adb3..eaf40cc15 100644
--- a/ishtar/templates/file_wizard.html
+++ b/ishtar/templates/file_wizard.html
@@ -10,16 +10,19 @@
<li class='current'>&raquo; <a href='#'>{{current_step.form_label}}</a></li>
</ul>
<div class='form'>
-<table>
{% if form.forms %}
+<table class='formset'>
{{ form.management_form }}
{% for formsetform in form.forms %}
{{ formsetform.as_table }}
{% endfor %}
+ <tr><td rowspan="2"><button name="form_prev_step" value="{{form_step}}">{% trans "Modify" %}</button></td></tr></li>
+</table>
{% else %}
+<table>
{{ form.as_table }}
-{% endif %}
</table>
+{% endif %}
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
<input type="submit" value="{% trans "Validate" %}"/>