diff --git a/batiskaf/templates/jinja2/includes/category_filter.jinja b/batiskaf/templates/jinja2/includes/category_filter.jinja index 0d45a24..e8b32e0 100644 --- a/batiskaf/templates/jinja2/includes/category_filter.jinja +++ b/batiskaf/templates/jinja2/includes/category_filter.jinja @@ -71,7 +71,11 @@ {% if choise.pk.__str__() in request.GET.getlist('brand[]') %} checked="checked" {% endif %} - /> {{ choise }} + /> {% if choise.image %} + {{ choise.title }} + {% else %} + {{ choise.title }} + {% endif %} {% endfor %}