From 9b532a5470429582dbb65878ec65cc8ff9607214 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 30 Nov 2023 12:02:43 +0530 Subject: [PATCH] fix: editing evaluation end date from lms portal --- lms/www/batches/batch_details.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/www/batches/batch_details.py b/lms/www/batches/batch_details.py index a4f4db4f3..875dd8877 100644 --- a/lms/www/batches/batch_details.py +++ b/lms/www/batches/batch_details.py @@ -33,6 +33,7 @@ def get_context(context): "published", "meta_image", "batch_details_raw", + "evaluation_end_date", ], as_dict=1, )