diff --git a/AUTHORS b/AUTHORS index e8122f06ca..dc7109e35a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -137,3 +137,4 @@ Martyn James Han Su Kim Raees Chachar Muhammad Ammar +William Desloge diff --git a/lms/envs/common.py b/lms/envs/common.py index a9b7e9129b..d482e7a551 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -236,6 +236,9 @@ FEATURES = { # Turn on third-party auth. Disabled for now because full implementations are not yet available. Remember to syncdb # if you enable this; we don't create tables by default. 'ENABLE_THIRD_PARTY_AUTH': False, + + # Toggle to enable alternate urls for marketing links + 'ENABLE_MKTG_SITE': False, } # Used for A/B testing