From 70a2c455094059ede47e1211c1d51e1b7484a49a Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 23 Dec 2023 10:51:42 +0100 Subject: [PATCH] fix: fix graphical desing of error page to remove double-nested article --- www/templates/post_types/rrror.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/www/templates/post_types/rrror.html b/www/templates/post_types/rrror.html index 7a9ccb1..0e258e1 100644 --- a/www/templates/post_types/rrror.html +++ b/www/templates/post_types/rrror.html @@ -10,12 +10,10 @@ {% endblock %} {% block content_article %} -
-

The Dergs are confused:

-

{{ error_code }}

+

The Dergs are confused:

+

{{ error_code }}

-
- {{ error_description|markdown_to_html }} -
-
+
+ {{ error_description|markdown_to_html }} +
{% endblock %} \ No newline at end of file