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 %}