From 16570469e69fc19ea54a85cf6cbdfe1084f824ea Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 15 Apr 2024 12:35:27 +0530 Subject: [PATCH 1/3] fix: lesson youtube video issue --- frontend/src/components/LessonContent.vue | 3 ++- frontend/src/components/Quiz.vue | 2 +- frontend/src/pages/CreateLesson.vue | 20 ++++++++++++++++++++ lms/lms/utils.py | 2 ++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/LessonContent.vue b/frontend/src/components/LessonContent.vue index 15739fa2..15d529ff 100644 --- a/frontend/src/components/LessonContent.vue +++ b/frontend/src/components/LessonContent.vue @@ -2,7 +2,7 @@