diff --git a/community/www/courses/course.html b/community/www/courses/course.html index a95bb8ec..4a2a4c3e 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -210,10 +210,13 @@ - {% if mentors %}

Mentors

+ {% if not mentors %} + There are no active mentors for this course. + {% endif %} + {% for mentor in mentors %}
@@ -232,7 +235,6 @@ {% endfor %}
- {% endif %} {% if not is_mentor %}
Interested to mentor this course?