From 23c008914beb677093fafb9c3b2da950a822962e Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Wed, 31 Jan 2024 14:22:17 +0100 Subject: [PATCH] fix: properly create svgs static paths --- 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..a0c5c43 100644 --- a/templates/widgets/categoryicon.html +++ b/templates/widgets/categoryicon.html @@ -1,4 +1,5 @@ +{% load static %} {% if category and category.icon_id %} -
+
{% endif %}