From 37357da4b0102407bf42d576ef62b96024aad351 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Mon, 18 Dec 2023 16:01:29 +0100 Subject: [PATCH] refactor: :recycle: move error page into proper post_type dir --- www/templates/{ => post_types}/rrror.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename www/templates/{ => post_types}/rrror.html (82%) diff --git a/www/templates/rrror.html b/www/templates/post_types/rrror.html similarity index 82% rename from www/templates/rrror.html rename to www/templates/post_types/rrror.html index f9f3ff9..7a9ccb1 100644 --- a/www/templates/rrror.html +++ b/www/templates/post_types/rrror.html @@ -1,5 +1,5 @@ -{% extends "root.html" %} +{% extends "pathed_content.html" %} {% block extra_head %} @@ -9,7 +9,7 @@

(Broken)

{% endblock %} -{% block main_content %} +{% block content_article %}

The Dergs are confused:

{{ error_code }}