diff --git a/shop/templatetags/shop_tags.py b/shop/templatetags/shop_tags.py index 77633320..48316a98 100644 --- a/shop/templatetags/shop_tags.py +++ b/shop/templatetags/shop_tags.py @@ -12,7 +12,7 @@ def currency(value): @register.filter() def truefalseicon(value): if value: - return mark_safe("") + return mark_safe("") else: - return mark_safe("") + return mark_safe("")