Commit 07d1cca8 by Nate Hardison

Enabling marketing links that Stanford uses

Stanford uses the ABOUT, TOS, ROOT, and COURSES links, but none of
the others.
parent 20221be2
...@@ -708,12 +708,12 @@ INSTALLED_APPS = ( ...@@ -708,12 +708,12 @@ INSTALLED_APPS = (
EDXMKTG_COOKIE_NAME = 'edxloggedin' EDXMKTG_COOKIE_NAME = 'edxloggedin'
MKTG_URLS = {} MKTG_URLS = {}
MKTG_URL_LINK_MAP = { MKTG_URL_LINK_MAP = {
#'ABOUT': 'about_edx', 'ABOUT': 'about_edx',
#'CONTACT': 'contact', #'CONTACT': 'contact',
#'FAQ': 'help_edx', #'FAQ': 'help_edx',
#'COURSES': 'courses', 'COURSES': 'courses',
#'ROOT': 'root', 'ROOT': 'root',
#'TOS': 'tos', 'TOS': 'tos',
#'HONOR': 'honor', #'HONOR': 'honor',
#'PRIVACY': 'privacy_edx', #'PRIVACY': 'privacy_edx',
} }
......
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