spejstore/templates/widgets/categoryicon.html

6 wiersze
193 B
HTML

2024-01-31 13:22:17 +00:00
{% load static %}
{% if category and category.icon_id %}
2024-01-31 13:22:17 +00:00
<div class="containericon" title="{{ category.name }}"><img src="{% static 'icons/' %}{{ category.icon_id }}.svg" />
2024-01-12 17:56:08 +00:00
</div>
{% endif %}