Merge pull request #1981 from edx/fix/gprice/drupal-mktg-links

Remove marketing URLs from common.py
This commit is contained in:
Greg Price
2013-05-08 14:23:48 -07:00

View File

@@ -586,20 +586,7 @@ INSTALLED_APPS = (
######################### MARKETING SITE ###############################
EDXMKTG_COOKIE_NAME = 'edxloggedin'
MKTG_URLS = {
'ROOT': '',
'COURSES': '/courses/allschools/allsubjects/allcourses',
'ABOUT': '/about-us',
'JOBS': '/jobs',
'PRESS': '/in-the-news',
'FAQ': '/student-faq',
'CONTACT': '/contact',
'HOW_IT_WORKS': '/how-it-works',
'SCHOOLS': '/schools',
'TOS': '/terms',
'HONOR': '/terms',
'PRIVACY': '/privacypolicy',
}
MKTG_URLS = {}
MKTG_URL_LINK_MAP = {
'ABOUT': 'about_edx',
'CONTACT': 'contact',