summaryrefslogtreecommitdiff
path: root/ishtar/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-17 23:59:09 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-17 23:59:09 +0100
commit366262bf582b71a417a7b44203ce12c9acd7ff63 (patch)
tree5e5b5f5413feb2417fbe925ecdc21d306e2de247 /ishtar/templates
parentc1835bd6decf6c32170b936dc9685c3d554ef884 (diff)
downloadIshtar-366262bf582b71a417a7b44203ce12c9acd7ff63.tar.bz2
Ishtar-366262bf582b71a417a7b44203ce12c9acd7ff63.zip
Manage the account creation and modification (refs #15)
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 }}