From 4af5fc07b4a3df4d6ed68e91a8eba5a45c948992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Thu, 10 Apr 2025 17:28:33 +0300 Subject: [PATCH] Fix error pages --- templates/404.html | 1 + templates/500.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/404.html b/templates/404.html index b9f9d8b..e9b9117 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,7 @@ + {% load static %} 404 - Page not found diff --git a/templates/500.html b/templates/500.html index 16b9f82..624ceee 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,6 +1,7 @@ + {% load static %} 500 - Server Error