From df9e25072a211e5344af02c380ffe6bb03064e28 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 1 Feb 2018 21:12:15 +0300 Subject: [PATCH] Fix course menu --- .../templates/course/inclusion/category_menu_items.html | 6 +++--- project/templates/lilcity/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}
БЛОГ