From 1d26a7a62d150d19e659e66515fcda5a40c6c68a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Nov 2018 17:14:20 +0100 Subject: Treatment deletion: more explicit messages. --- ishtar_common/templates/ishtar/wizard/confirm_wizard.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/wizard') diff --git a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html index 401fe570c..9829058a8 100644 --- a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html @@ -9,7 +9,12 @@
{% csrf_token %}
{% block "warning_informations" %}{% endblock %} -

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

+ {% block "warning_message" %} +
+ {% if confirm_msg %}{{confirm_msg|safe}}{%else%}{% trans "You have entered the following informations:" %}{%endif%} +
+ {% endblock %} + {% block "detailed_informations" %} {% for form_label, form_data in datas %}
@@ -42,6 +47,7 @@ {{ extra_form }} {% endif %} + {% endblock %} {% block "extra_informations" %}{% endblock %} {% block "footer" %} -- cgit v1.2.3