diff --git a/project/templates/lilcity/_courses_item.html b/project/templates/lilcity/_courses_item.html index 15299fd6..58e7d90e 100644 --- a/project/templates/lilcity/_courses_item.html +++ b/project/templates/lilcity/_courses_item.html @@ -14,7 +14,7 @@ {% endif %}
АНИМАЦИЯ -
30$
+ {% if not course.is_free %}
{{ course.price|floatformat:"-2" }}$
{% endif %}
{{ course.title }}
{{ course.short_description }}