From fef2d0beb899afdbab48b3c2d6eff697a4d345c4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 20 Jan 2011 01:31:39 +0100 Subject: Add the possibility to create an operation without an archaelogical file (closes #106) --- ishtar/templates/confirm_wizard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/confirm_wizard.html') diff --git a/ishtar/templates/confirm_wizard.html b/ishtar/templates/confirm_wizard.html index a35b6bea1..5a92e0d58 100644 --- a/ishtar/templates/confirm_wizard.html +++ b/ishtar/templates/confirm_wizard.html @@ -10,7 +10,7 @@
  • » {{current_step.form_label}}
  • -

    {%if confirm_msg %}{{confirm_msg}}{%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 %} @@ -24,7 +24,7 @@ {{ form.as_table }}
    {{form_label}}
    {%endif%} -

    {%if confirm_end_msg %}{{confirm_end_msg}}{%else%}{% trans "Would you like to save them?" %}{%endif%}

    +

    {%if confirm_end_msg %}{{confirm_end_msg|safe}}{%else%}{% trans "Would you like to save them?" %}{%endif%}

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