remotes/origin/mitri4
spacenergy 10 years ago
parent 16b85144ae
commit 54f73a784b
  1. 6
      batiskaf/templates/jinja2/includes/category_filter.jinja

@ -71,7 +71,11 @@
{% if choise.pk.__str__() in request.GET.getlist('brand[]') %}
checked="checked"
{% endif %}
/> {{ choise }}</label>
/> {% if choise.image %}
<img src="/static/{{ choise.image }}" alt="{{ choise.title }}" height="25" style="cursor: pointer">
{% else %}
{{ choise.title }}
{% endif %}</label>
</li>
{% endfor %}
</ul>

Loading…
Cancel
Save