From e2ee5145da06bd39966428cdac7658ab4e0f6048 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Thu, 6 Jun 2013 10:05:44 -0400 Subject: [PATCH] updating mktg defaults in common.py --- cms/envs/common.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 04d5888750..22e69fa08a 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -335,3 +335,14 @@ INSTALLED_APPS = ( ################# EDX MARKETING SITE ################################## EDXMKTG_COOKIE_NAME = 'edxloggedin' +MKTG_URLS = {} +MKTG_URL_LINK_MAP = { + 'ABOUT': 'about_edx', + 'CONTACT': 'contact', + 'FAQ': 'help_edx', + 'COURSES': 'courses', + 'ROOT': 'root', + 'TOS': 'tos', + 'HONOR': 'honor', + 'PRIVACY': 'privacy_edx', +}