From cdc4b6992d876a878c8c5fd4a1ea1a0dbf60af49 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Fri, 8 Oct 2021 20:28:06 +0530 Subject: [PATCH] fix: clickable course cards from profile page --- community/lms/widgets/CourseCard.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/lms/widgets/CourseCard.html b/community/lms/widgets/CourseCard.html index 3934316f..43fe45e9 100644 --- a/community/lms/widgets/CourseCard.html +++ b/community/lms/widgets/CourseCard.html @@ -63,7 +63,9 @@ - {% if not read_only %} + {% if read_only %} + + {% else %} {% set lesson_index = course.get_lesson_index(membership.current_lesson) if membership and membership.current_lesson else '1.1' %}