From 3d6f034c4b911d5cf344d0afa08c5c99a7ac73fa Mon Sep 17 00:00:00 2001 From: IrfanUddinAhmad Date: Sun, 21 May 2023 15:58:02 +0500 Subject: [PATCH] chore: added configuration for executive education courses --- lms/envs/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 89c9bb6d1c..9cb75c7c4f 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5300,6 +5300,8 @@ URLS_2U_LOBS = { 'boot_camps': 'https://www.edx.org/boot-camps', } +############ Settings for externally hosted executive education courses ############ +EXEC_ED_LANDING_PAGE = "https://www.getsmarter.com/account" ############## PLOTLY ##############