aboutsummaryrefslogtreecommitdiffstats
path: root/templates/errors
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-03-01 14:59:42 +0000
committerGravatar JoeBanks13 <[email protected]>2018-03-01 15:00:03 +0000
commitcd17fbe9df35a9312c067374cf4c395ae0c7a09e (patch)
tree59cf35667f8124d3c44a15ff7f6d60e5975478a9 /templates/errors
parentDarken background of muted error header (diff)
Finish up #31 by adding links
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">