From 98b11cae31be5fec39310ec0061d3572e711d9ac Mon Sep 17 00:00:00 2001 From: Kaustav Banerjee Date: Sun, 12 Nov 2023 10:20:26 +0530 Subject: [PATCH 1/2] chore: dummy commit2 --- cms/djangoapps/contentstore/rest_api/v1/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/rest_api/v1/views.py b/cms/djangoapps/contentstore/rest_api/v1/views.py index 071b10e6c0f7..6aae857b4cda 100644 --- a/cms/djangoapps/contentstore/rest_api/v1/views.py +++ b/cms/djangoapps/contentstore/rest_api/v1/views.py @@ -44,6 +44,7 @@ class ProctoredExamSettingsView(APIView): A view for retrieving information about proctored exam settings for a course. + Path: ``/api/contentstore/v1/proctored_exam_settings/{course_id}`` Accepts: [GET, POST] From 14d605959017c01f15c3aca20a88d3991dc009b4 Mon Sep 17 00:00:00 2001 From: Kaustav Banerjee Date: Thu, 16 Nov 2023 17:17:42 +0530 Subject: [PATCH 2/2] chore: test push --- lms/templates/main.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/main.html b/lms/templates/main.html index ac43e6eba25f..241806760417 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -101,6 +101,7 @@ <%static:css group='${self.attr.main_css}'/> % endif + % if disable_courseware_js: <%static:js group='base_vendor'/> <%static:js group='base_application'/>