summaryrefslogtreecommitdiff
path: root/ishtar/templates/confirm_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-20 01:31:39 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-20 01:31:39 +0100
commitfef2d0beb899afdbab48b3c2d6eff697a4d345c4 (patch)
tree3b48e7153b52eb33a9e455ef8e6ea18af3d0b8e0 /ishtar/templates/confirm_wizard.html
parent7bdd9755308fbeac84688a4c5a32be50f0ccdb85 (diff)
downloadIshtar-fef2d0beb899afdbab48b3c2d6eff697a4d345c4.tar.bz2
Ishtar-fef2d0beb899afdbab48b3c2d6eff697a4d345c4.zip
Add the possibility to create an operation without an archaelogical file (closes #106)
Diffstat (limited to 'ishtar/templates/confirm_wizard.html')
-rw-r--r--ishtar/templates/confirm_wizard.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<li class='current'>&raquo;&nbsp;<a href='#'>{{current_step.form_label}}</a></li>
</ul>
<div class='form'>
- <p>{%if confirm_msg %}{{confirm_msg}}{%else%}{% trans "You have entered the following informations:" %}{%endif%}</p>
+ <p>{%if confirm_msg %}{{confirm_msg|safe}}{%else%}{% trans "You have entered the following informations:" %}{%endif%}</p>
{% for form_label, form_data in datas %}
<table class='confirm'>
<caption>{{form_label}}</caption>
@@ -24,7 +24,7 @@
{{ form.as_table }}
</table>
{%endif%}
- <p>{%if confirm_end_msg %}{{confirm_end_msg}}{%else%}{% trans "Would you like to save them?" %}{%endif%}</p>
+ <p>{%if confirm_end_msg %}{{confirm_end_msg|safe}}{%else%}{% trans "Would you like to save them?" %}{%endif%}</p>
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
<input type="submit" value="{% trans "Validate" %}"/>