diff --git a/cms/envs/common.py b/cms/envs/common.py index 8973738887..bd06c27c1f 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2698,3 +2698,6 @@ EDX_BRAZE_API_KEY = None EDX_BRAZE_API_SERVER = None BRAZE_COURSE_ENROLLMENT_CANVAS_ID = '' + +DISCUSSIONS_INCONTEXT_FEEDBACK_URL = '' +DISCUSSIONS_INCONTEXT_LEARNMORE_URL = '' diff --git a/cms/templates/course_outline.html b/cms/templates/course_outline.html index 74a7592021..f9f499c87b 100644 --- a/cms/templates/course_outline.html +++ b/cms/templates/course_outline.html @@ -66,6 +66,41 @@ from django.urls import reverse %endif + %if context_course.discussions_settings.get('provider_type') == "openedx": +