diff options
author | Dave Arter <davea@mysociety.org> | 2020-01-09 13:52:28 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-01-09 14:12:14 +0000 |
commit | a6d96cf65a7fa02a72b8e7de59313d67fa29bef5 (patch) | |
tree | 2071e112e2c4677c42acf50f934692a64ef2c7b5 /templates/web/zurich/admin/index-dm.html | |
parent | 052c41c69127ee916d8b5cae488da4d0059f218b (diff) |
[Zürich] Mark a couple more strings as safe in templates
Diffstat (limited to 'templates/web/zurich/admin/index-dm.html')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 2 |
1 files changed, 1 insertions, 1 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> |