From cba1e2fd86cda1b2793427a984105ddef9c98bbf Mon Sep 17 00:00:00 2001 From: radex Date: Tue, 30 Jan 2024 23:38:56 +0100 Subject: [PATCH] fix category icons --- templates/widgets/categoryicon.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/widgets/categoryicon.html b/templates/widgets/categoryicon.html index 8eb5548..d3d5b6f 100644 --- a/templates/widgets/categoryicon.html +++ b/templates/widgets/categoryicon.html @@ -1,4 +1,5 @@ +{% load static %} {% if category and category.icon_id %} -
+
{% endif %}