fix: fixed course description on the course page

The small intro was being shown in its place.
This commit is contained in:
Anand Chitipothu
2021-05-08 13:39:22 +05:30
parent be7814b4fe
commit a3e53efcc1

View File

@@ -55,7 +55,7 @@
<h2>Course Description</h2>
<div class="course-description">
{{ course.short_introduction }}
{{ frappe.utils.md_to_html(course.description) }}
</div>
{% endmacro %}