From 3d939f18dfd7526a9cd6557b92af978f09296d99 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 11 May 2022 15:08:37 +0530 Subject: [PATCH] fix: removed get certificate button from course page --- lms/www/batch/learn.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lms/www/batch/learn.html b/lms/www/batch/learn.html index 9b218b71..d6416f61 100644 --- a/lms/www/batch/learn.html +++ b/lms/www/batch/learn.html @@ -139,11 +139,6 @@ {% if next_url %} {{ _("Next") }} {% else %} {{ _("Mark as Complete") }} {% endif %} - {% if course.enable_certification %} -
- {{ _("Get Certificate") }} -
- {% endif %}