diff --git a/lms/www/courses/index.html b/lms/www/courses/index.html index b05d8e05..219524d6 100644 --- a/lms/www/courses/index.html +++ b/lms/www/courses/index.html @@ -34,9 +34,9 @@
- {% if frappe.session.user %} + {% if frappe.session.user != "Guest" %} - {{ _("Visit Dashboard") }} + {{ _("My Profile") }} {% endif %}