diff --git a/lms/envs/common.py b/lms/envs/common.py index 493da852ea..7710ca6993 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -592,4 +592,6 @@ MKTG_URLS = {'ROOT': '', 'JOBS': '/jobs', 'PRESS': '/in-the-news', 'FAQ': '/student-faq', - 'CONTACT': '/contact'} + 'CONTACT': '/contact', + 'HOW_IT_WORKS': '/how-it-works', + 'SCHOOLS': '/schools'}