diff options
| 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 |
| commit | 366262bf582b71a417a7b44203ce12c9acd7ff63 (patch) | |
| tree | 5e5b5f5413feb2417fbe925ecdc21d306e2de247 /ishtar/templates/confirm_wizard.html | |
| parent | c1835bd6decf6c32170b936dc9685c3d554ef884 (diff) | |
| download | Ishtar-366262bf582b71a417a7b44203ce12c9acd7ff63.tar.bz2 Ishtar-366262bf582b71a417a7b44203ce12c9acd7ff63.zip | |
Manage the account creation and modification (refs #15)
Diffstat (limited to 'ishtar/templates/confirm_wizard.html')
| -rw-r--r-- | ishtar/templates/confirm_wizard.html | 5 |
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 }} |
