diff --git a/shop/templatetags/shop_tags.py b/shop/templatetags/shop_tags.py index 2e95d880..77633320 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("{% bootstrap_icon 'ok' %}") + return mark_safe("") else: - return mark_safe("{% bootstrap_icon 'remove' %}") + return mark_safe("")