From a3e53efcc1ce6e42ecf7f93705a5ef28abc6a1d1 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Sat, 8 May 2021 13:39:22 +0530 Subject: [PATCH] fix: fixed course description on the course page The small intro was being shown in its place. --- community/www/courses/course.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/www/courses/course.html b/community/www/courses/course.html index 7e118055..75ec0d43 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -55,7 +55,7 @@

Course Description

- {{ course.short_introduction }} + {{ frappe.utils.md_to_html(course.description) }}
{% endmacro %}