From 02edefc158ea175a209eae9dabfd1daa227518e4 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 12 Mar 2025 10:49:44 +0530 Subject: [PATCH 1/2] fix: check enrollment on course certification page --- frontend/src/pages/CourseCertification.vue | 18 ++++++++++++- frontend/src/pages/Courses.vue | 3 ++- lms/page_renderers.py | 31 ---------------------- 3 files changed, 19 insertions(+), 33 deletions(-) diff --git a/frontend/src/pages/CourseCertification.vue b/frontend/src/pages/CourseCertification.vue index d72ae747..79ca57ca 100644 --- a/frontend/src/pages/CourseCertification.vue +++ b/frontend/src/pages/CourseCertification.vue @@ -37,6 +37,7 @@