aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors/generic.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/errors/generic.html')
-rwxr-xr-xtemplates/web/base/errors/generic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/errors/generic.html b/templates/web/base/errors/generic.html
index e5c2ca0c1..6d4acccf8 100755
--- a/templates/web/base/errors/generic.html
+++ b/templates/web/base/errors/generic.html
@@ -7,7 +7,7 @@
<div class="confirmation-header confirmation-header--failure">
<h1>[% title %]</h1>
- <p>[% message %]</p>
+ <p>[% message | safe %]</p>
</div>
[% INCLUDE 'footer.html' %]