parent
24dd3be30e
commit
a93f39b8c2
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
||||
{% for cat in category_items %} |
||||
<a class="header__link{% if category.0 == cat.title %} active{% endif %}" href="{% url 'courses' %}?category={{ cat.title }}"> |
||||
<a class="header__link{% if category.0 == cat.title %} active{% endif %}" data-category-name="{{ cat.title }}" href="{% url 'courses' %}?category={{ cat.title }}"> |
||||
<div class="header__title">{{ cat.title }}</div> |
||||
</a> |
||||
{% endfor %} |
||||
Loading…
Reference in new issue