parent
0695730b51
commit
3912aa8854
1 changed files with 3 additions and 3 deletions
@ -1,5 +1,5 @@ |
||||
{% for category in category_items %} |
||||
<div class="select__option js-select-option" data-category-option data-category-url="{% url 'courses' %}?category={{ category.title }}"> |
||||
<div class="select__title">{{ category.title }}</div> |
||||
{% for cat in category_items %} |
||||
<div class="select__option js-select-option" data-category-option data-category-url="{% url 'courses' %}?category={{ cat.title }}"> |
||||
<div class="select__title">{{ cat.title }}</div> |
||||
</div> |
||||
{% endfor %} |
||||
Loading…
Reference in new issue