Skip to content
Snippets Groups Projects
Commit e190dc00 authored by Greg Price's avatar Greg Price
Browse files

Remove marketing URLs from common.py

The MKTG_URLS dictionary is overwritten completely in aws.py anyway, and we
shouldn't be trying to keep both the production config and LMS code in sync
with changes to the marketing site.
parent c82b28aa
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment