From 366262bf582b71a417a7b44203ce12c9acd7ff63 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 17 Jan 2011 23:59:09 +0100 Subject: Manage the account creation and modification (refs #15) --- ishtar/templates/confirm_wizard.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar/templates/confirm_wizard.html') 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 %} {% endfor %} + {%if not form.is_hidden %} + + {{ form.as_table }} +
+ {%endif%}

{% trans "Would you like to save them?" %}

{{ previous_fields|safe }} -- cgit v1.2.3