diff --git a/community/www/courses/course.html b/community/www/courses/course.html index e08396fc..a95bb8ec 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -96,7 +96,7 @@ {% endif %} -->

{{ course.title }}

- {{course.short_introduction}} + {% if course.short_introduction %} {{course.short_introduction}} {% endif %} {% if course.video_link %}
@@ -192,10 +192,12 @@
{% endif %} + {% if course.description %}

About the Course

{{frappe.utils.md_to_html(course.description)}}
+ {% endif %}

Instructor

@@ -208,6 +210,7 @@
+ {% if mentors %}

Mentors

@@ -229,6 +232,7 @@ {% endfor %}
+ {% endif %} {% if not is_mentor %}
Interested to mentor this course?
{{course.title}}
+ {% if course.description %}

{{ frappe.utils.md_to_html(course.description[:250]) }}

+ {% endif %} See more →