summaryrefslogtreecommitdiff
path: root/ishtar/templates
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
commit97ad819c60462def8e3d8554a0ee419ccc4330fc (patch)
tree3b48e7153b52eb33a9e455ef8e6ea18af3d0b8e0 /ishtar/templates
parent2e09fdb4314308387a8fd6f60e5633677767d3c6 (diff)
downloadIshtar-97ad819c60462def8e3d8554a0ee419ccc4330fc.tar.bz2
Ishtar-97ad819c60462def8e3d8554a0ee419ccc4330fc.zip
Add the possibility to create an operation without an archaelogical file (closes #106)
Diffstat (limited to 'ishtar/templates')
-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" %}"/>