summaryrefslogtreecommitdiff
path: root/ishtar/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates')
-rw-r--r--ishtar/templates/confirm_wizard.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar/templates/confirm_wizard.html b/ishtar/templates/confirm_wizard.html
index 78b39fb35..5f8985291 100644
--- a/ishtar/templates/confirm_wizard.html
+++ b/ishtar/templates/confirm_wizard.html
@@ -19,6 +19,11 @@
{% endfor %}
</table>
{% endfor %}
+ {%if not form.is_hidden %}
+ <table>
+ {{ form.as_table }}
+ </table>
+ {%endif%}
<p>{% trans "Would you like to save them?" %}</p>
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}