Commit 1d42df8c by Diana Huang

Add MKTG_URLS to settings for new footer and header links.

parent e0ac6834
......@@ -36,7 +36,6 @@ DISCUSSION_SETTINGS = {
'MAX_COMMENT_DEPTH': 2,
}
EDXMKTG_COOKIE_NAME = 'edxloggedin'
# Features
MITX_FEATURES = {
......@@ -584,3 +583,13 @@ INSTALLED_APPS = (
# Discussion forums
'django_comment_client',
)
######################### 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'}
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