From 6d5a02e2a8ee562253db3b399d3833f3d5b12aad Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 29 Apr 2025 18:39:22 +0530 Subject: [PATCH] feat: read only mode --- frontend/index.html | 1 + frontend/src/components/CourseCardOverlay.vue | 9 +++++---- frontend/src/components/DesktopLayout.vue | 14 ++++++++++++++ frontend/src/main.js | 2 ++ frontend/src/pages/Courses.vue | 1 + frontend/src/utils/index.js | 7 ++++++- lms/www/lms.py | 1 + 7 files changed, 30 insertions(+), 5 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 8150b401..67477511 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -32,6 +32,7 @@ diff --git a/frontend/src/components/CourseCardOverlay.vue b/frontend/src/components/CourseCardOverlay.vue index 1b344616..1847182e 100644 --- a/frontend/src/components/CourseCardOverlay.vue +++ b/frontend/src/components/CourseCardOverlay.vue @@ -48,12 +48,13 @@ -
{{ __('Contact the Administrator to enroll for this course.') }} -
+