diff --git a/files/templates/errors/error.html b/files/templates/errors/error.html index ae061b297..58c737e60 100644 --- a/files/templates/errors/error.html +++ b/files/templates/errors/error.html @@ -1,6 +1,6 @@ {% extends "default.html" %} -{% block pagetitle %}{{code}} {{title}}{% endblock %} -{% block pagetype %}error-{{code}}{% endblock %} +{% block pagetitle %}{{title}}{% endblock %} +{% block pagetype %}error{% endblock %} {% block content %}
@@ -8,7 +8,7 @@ {% if img -%} :#{{img}}: {%- endif %} -
{{code}} {{title}}
+
{{title}}

{{msg|safe}}

{% if details -%}
{{details|safe}}