From d6fd7937429c8183c891d3e288b100fc387c1f1c Mon Sep 17 00:00:00 2001
From: William Desloge <william.desloge@ionis-group.com>
Date: Mon, 24 Mar 2014 11:29:51 +0100
Subject: [PATCH] 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 2472e499427..3b76cd0d956 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
-- 
GitLab