From d6fd7937429c8183c891d3e288b100fc387c1f1c Mon Sep 17 00:00:00 2001 From: William Desloge Date: Mon, 24 Mar 2014 11:29:51 +0100 Subject: [PATCH 1/2] Added ENABLE_MKTG_SITE to Features --- lms/envs/common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 2472e49942..3b76cd0d95 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 From 043f036165e13acfe467149ff097147f7957803f Mon Sep 17 00:00:00 2001 From: William Desloge Date: Mon, 24 Mar 2014 11:35:26 +0100 Subject: [PATCH 2/2] Added myself to author file --- AUTHORS | 1 + 1 file changed, 1 insertion(+) 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