diff --git a/lms/www/courses/index.html b/lms/www/courses/index.html index 85a55751..b05d8e05 100644 --- a/lms/www/courses/index.html +++ b/lms/www/courses/index.html @@ -33,12 +33,19 @@ {{ _("All Courses") }} - {% if show_creators_section %}
- {{ _("Visit Dashboard") }} - {{ _("Create a Course") }} + {% if frappe.session.user %} + + {{ _("Visit Dashboard") }} + + {% endif %} + + {% if show_creators_section %} + + {{ _("Create a Course") }} + + {% endif %}
- {% endif %}