Commit 64265ee5 by David Baumgold

Merge pull request #3032 from IONISx/feature-enable-mktg-site-is-missing

Added ENABLE_MKTG_SITE to Features
parents 65faf178 043f0361
...@@ -137,3 +137,4 @@ Martyn James <mjames@edx.org> ...@@ -137,3 +137,4 @@ Martyn James <mjames@edx.org>
Han Su Kim <hkim823@gmail.com> Han Su Kim <hkim823@gmail.com>
Raees Chachar <raees.chachar@arbisoft.com> Raees Chachar <raees.chachar@arbisoft.com>
Muhammad Ammar <muhammad.ammar@arbisoft.com> Muhammad Ammar <muhammad.ammar@arbisoft.com>
William Desloge <william.desloge@ionis-group.com>
...@@ -236,6 +236,9 @@ FEATURES = { ...@@ -236,6 +236,9 @@ FEATURES = {
# Turn on third-party auth. Disabled for now because full implementations are not yet available. Remember to syncdb # 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. # if you enable this; we don't create tables by default.
'ENABLE_THIRD_PARTY_AUTH': False, 'ENABLE_THIRD_PARTY_AUTH': False,
# Toggle to enable alternate urls for marketing links
'ENABLE_MKTG_SITE': False,
} }
# Used for A/B testing # Used for A/B testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment