From d3ea923da775fcfea8d52b1cb3bc2dee946ea061 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 9 Nov 2022 11:42:16 +0530 Subject: [PATCH] fix: profile button visibility --- lms/www/courses/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}