aboutsummaryrefslogtreecommitdiffstats
path: root/templates/errors
diff options
context:
space:
mode:
Diffstat (limited to 'templates/errors')
-rw-r--r--templates/errors/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html
index 5b1ba462..87d7f984 100644
--- a/templates/errors/error.html
+++ b/templates/errors/error.html
@@ -5,7 +5,7 @@
<script>
window._RequestMethod = "{{ request.method.lower() }}";
window._Code = {{ code }};
- window._ErrorMsg = "{{ error_message }}"
+ window._ErrorMsg = "{{ error_message | safe }}"
window._Path = "{{ request.path }}"
</script>
<div class="uk-background-muted">