diff --git a/files/templates/errors/error.html b/files/templates/errors/error.html index 147fb0f1e..a813bafc0 100644 --- a/files/templates/errors/error.html +++ b/files/templates/errors/error.html @@ -10,12 +10,16 @@
{{msg}}
+{{msg|safe}}
+ {% if details -%} +{{details|safe}}+ {%- endif %} +