From 2cd74254ae71e9002c4bc8c99134807695ff68f4 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Wed, 31 Jan 2018 11:26:57 +0300 Subject: [PATCH] Add link to category in course block --- apps/course/templates/course/_items.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index 70e8ea15..3e00f238 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -14,7 +14,7 @@ {% endif %}
- {{ course.category | upper }} + {{ course.category | upper }} {% if not course.is_free %}
{{ course.price|floatformat:"-2" }}$
{% endif %}