diff --git a/files/templates/errors/error.html b/files/templates/errors/error.html index 147fb0f1e4..a813bafc0b 100644 --- a/files/templates/errors/error.html +++ b/files/templates/errors/error.html @@ -10,12 +10,16 @@
- {% if img %} + {% if img -%} :#{{img}}: - {% endif %} + {%- endif %}

 			

{{code}} {{title}}

-

{{msg}}

+

{{msg|safe}}

+ {% if details -%} +
{{details|safe}}
+ {%- endif %} +
Go to frontpage