Move the link map to the settings.

This commit is contained in:
Diana Huang
2013-05-06 12:55:42 -04:00
parent 5b3f5a47de
commit a8ea201b6a
2 changed files with 5 additions and 4 deletions

View File

@@ -595,3 +595,7 @@ MKTG_URLS = {'ROOT': '',
'CONTACT': '/contact',
'HOW_IT_WORKS': '/how-it-works',
'SCHOOLS': '/schools'}
MKTG_URLS['LINK_MAP'] = {'ABOUT': 'about_edx',
'CONTACT': 'contact',
'FAQ': 'help_edx',
'COURSES': 'courses'}