From c3b29c5113db6f4b8934464b8c5856f57792aaa6 Mon Sep 17 00:00:00 2001 From: Sergey G Date: Mon, 22 Jan 2018 15:00:22 +0500 Subject: [PATCH] LIL-94 Change category color --- project/templates/lilcity/_courses_item.html | 2 +- project/templates/lilcity/courses.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project/templates/lilcity/_courses_item.html b/project/templates/lilcity/_courses_item.html index 58e7d90e..331cd73e 100644 --- a/project/templates/lilcity/_courses_item.html +++ b/project/templates/lilcity/_courses_item.html @@ -13,7 +13,7 @@
{% endif %} -
АНИМАЦИЯ +
АНИМАЦИЯ {% if not course.is_free %}
{{ course.price|floatformat:"-2" }}$
{% endif %}
{{ course.title }} diff --git a/project/templates/lilcity/courses.html b/project/templates/lilcity/courses.html index 22a8881f..1b6314c5 100644 --- a/project/templates/lilcity/courses.html +++ b/project/templates/lilcity/courses.html @@ -57,6 +57,7 @@
{% for course in course_items %} + {% cycle '' 'theme_green' 'theme_violet' as theme_color silent %} {% include "templates/lilcity/_courses_item.html" %} {% endfor %}