From 0666e34337b965e85ce3920363ad04e87958e8e7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Apr 2018 12:04:08 +0200 Subject: WIP on account wizard. Wizard: can use switch for deletion. Better display of formsets on done wizard. --- ishtar_common/templates/ishtar/wizard/confirm_wizard.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html index 1128e9561..401fe570c 100644 --- a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html @@ -9,7 +9,7 @@
{% csrf_token %}
{% block "warning_informations" %}{% endblock %} -

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

+

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

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