From 3912aa88543fd913c9e28e48a362b974fe0b1398 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 1 Feb 2018 16:09:22 +0300 Subject: [PATCH] Fix tag conflict --- apps/course/templates/course/inclusion/category_items.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/course/templates/course/inclusion/category_items.html b/apps/course/templates/course/inclusion/category_items.html index 2d9adfd5..359b57ad 100644 --- a/apps/course/templates/course/inclusion/category_items.html +++ b/apps/course/templates/course/inclusion/category_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