aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/zurich/admin/index-dm.html2
-rw-r--r--templates/web/zurich/admin/report_edit-sdm.html2
-rw-r--r--templates/web/zurich/admin/reports/edit.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html
index 92df5b415..39fa34dcb 100644
--- a/templates/web/zurich/admin/index-dm.html
+++ b/templates/web/zurich/admin/index-dm.html
@@ -2,7 +2,7 @@
[% PROCESS 'admin/report_blocks.html' %]
<div class="index-status">
-[% status_message %]
+[% status_message | safe %]
</div>
<h2 id="submitted">[% loc('Submitted') %]</h2>
diff --git a/templates/web/zurich/admin/report_edit-sdm.html b/templates/web/zurich/admin/report_edit-sdm.html
index e44119124..b468bc7a0 100644
--- a/templates/web/zurich/admin/report_edit-sdm.html
+++ b/templates/web/zurich/admin/report_edit-sdm.html
@@ -87,7 +87,7 @@
<p align="right" class="screen-only"><input [% sdm_disabled %] type="submit" class="btn" name="send_back" value="[% loc('Not for my subdivision') %]"></p>
-[% status_message %]
+[% status_message | safe %]
<p align="right" class="screen-only"><input [% sdm_disabled %] type="submit" class="btn" name="not_contactable" value="[% loc('Customer not contactable') %]"></p>
diff --git a/templates/web/zurich/admin/reports/edit.html b/templates/web/zurich/admin/reports/edit.html
index 235631748..147022981 100644
--- a/templates/web/zurich/admin/reports/edit.html
+++ b/templates/web/zurich/admin/reports/edit.html
@@ -117,7 +117,7 @@
<div class="admin-report-edit admin-report-edit--interact">
-[% status_message %]
+[% status_message | safe %]
<dl [% IF status_message %]class="with-message"[% END %]>
@@ -176,7 +176,7 @@
<label for="body_subdivision">[% loc('Assign to subdivision:') %]</label>
<select name="body_subdivision" id="body_subdivision" class="form-control assignation__select">
<option value="">--</option>
- [% list %]
+ [% list | safe %]
</select>
</li>
[% END %]