From b0cae89faddfa6fbd99d79081c5ae122ed5502e8 Mon Sep 17 00:00:00 2001 From: n9k Date: Sat, 25 Jun 2022 06:19:52 +0000 Subject: [PATCH] Error pages: adjust for iframes --- anonstream/templates/error.html | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) 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 %}