From 6b8d331994d4aecb8579423a67d9fd9e497e7d7e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Jan 2018 20:13:36 +0100 Subject: Improve confirm wizard --- .../templates/ishtar/wizard/confirm_wizard.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html index 034d6e21a..5edc9f9bf 100644 --- a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html @@ -11,12 +11,22 @@ {% block "warning_informations" %}{% endblock %}

{%if confirm_msg %}{{confirm_msg|safe}}{%else%}{% trans "You have entered the following informations:" %}{%endif%}

{% for form_label, form_data in datas %} - - - {% for data in form_data %} - - {% endfor %} -
{{form_label}}
{{data.0}}{{data.1}}
+ +
+
+ {{form_label}} +
+
+ + {% for data in form_data %} + + {% endfor %} +
{{data.0}}{{data.1}}
+ +
+
+ + {% endfor %} {{wizard.management_form}} {%if not wizard.form.is_hidden %} -- cgit v1.2.3