From 8074b56a80d94906941c0569175bdb740dbe17b6 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Feb 2026 16:33:59 +0000 Subject: [PATCH] Fix indentation in 404 error template for improved readability --- templates/404.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/404.html b/templates/404.html index 5b30665d..0146aa0d 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,12 +1,12 @@ {% extends 'base.html' %} {% block content %} -
-

404 error

-{{ reason }} +
+

404 error

+ {{ reason }} -{% if resolved %} -

{{ resolved }}

-{% endif %} -
+ {% if resolved %} +

{{ resolved }}

+ {% endif %} +
{% endblock %} \ No newline at end of file