diff --git a/anonstream/templates/error.html b/anonstream/templates/error.html index 38aa7ce..dc02fe7 100644 --- a/anonstream/templates/error.html +++ b/anonstream/templates/error.html @@ -5,11 +5,11 @@ {{ error.code }} {{ error.name }}
-

{{ error.code }} {{ error.name }}

+

{{ error.name }}

{% if error.description != error.__class__.description %}

{{ error.description }}

{% endif %}