From 20c93b3a6b001d46c98d540337d104f994006b0d Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 3 May 2023 23:10:46 +0530 Subject: [PATCH] fix: fetch start and end time in modal --- lms/www/classes/class.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/www/classes/class.py b/lms/www/classes/class.py index fa854ae2..ab06a34e 100644 --- a/lms/www/classes/class.py +++ b/lms/www/classes/class.py @@ -21,6 +21,8 @@ def get_context(context): "description", "custom_component", "seat_count", + "start_time", + "end_time", ], as_dict=True, )