diff --git a/main/template/default/course_home/about.tpl b/main/template/default/course_home/about.tpl index 3d499d9c12..bef18075c0 100644 --- a/main/template/default/course_home/about.tpl +++ b/main/template/default/course_home/about.tpl @@ -110,7 +110,13 @@
{% if is_premium == false %}
- {% if _u.logged == 0 %} + {# public course (open world) #} + {% if 3 == course.visibility %} + + {{ 'CourseHomepage'|get_lang }} + + {% elseif _u.logged == 0 %} {% if 'allow_registration'|api_get_setting != 'false' %}