diff --git a/apps/course/templates/course/inclusion/category_menu_items.html b/apps/course/templates/course/inclusion/category_menu_items.html index 80a82615..2bc71a8c 100644 --- a/apps/course/templates/course/inclusion/category_menu_items.html +++ b/apps/course/templates/course/inclusion/category_menu_items.html @@ -1,5 +1,5 @@ -{% for category in category_items %} - -
{{ category.title }}
+{% for cat in category_items %} +
+
{{ cat.title }}
{% endfor %} \ No newline at end of file diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 331c4eb0..2ec2e5d1 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -119,7 +119,7 @@
ВИДЕО-КУРСЫ
- {% category_menu_items %} + {% category_menu_items category %}
БЛОГ