From ee2c93908acab6ce81973d83cbbb77294d457435 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Fri, 12 Jan 2024 18:56:08 +0100 Subject: [PATCH] fix: use static template --- templates/500.html | 21 +++++++++++++++------ templates/widgets/categoryicon.html | 3 ++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/templates/500.html b/templates/500.html index b273cb7..e502f04 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,9 +1,11 @@ +{% load static %} + -
-
500
-
Something went wrong..._
-
+
+
500
+
Something went wrong..._
+
+ diff --git a/templates/widgets/categoryicon.html b/templates/widgets/categoryicon.html index e3b6b20..b2289dc 100644 --- a/templates/widgets/categoryicon.html +++ b/templates/widgets/categoryicon.html @@ -1,3 +1,4 @@ {% if category and category.icon_id %} -
+
+
{% endif %}