From e0b25c1e6e541d78e2b84624d263a4cf8a5b145f Mon Sep 17 00:00:00 2001 From: pateljannat Date: Wed, 1 Sep 2021 16:50:27 +0530 Subject: [PATCH] fix: certificate link --- community/lms/widgets/CourseCard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lms/widgets/CourseCard.html b/community/lms/widgets/CourseCard.html index a2618e81..38a51591 100644 --- a/community/lms/widgets/CourseCard.html +++ b/community/lms/widgets/CourseCard.html @@ -31,7 +31,7 @@ {% endif %} {% set certificate = course.is_certified() %} {% if certificate and show_progress_indicators %} - View + Get Certificate {% endif %}