diff --git a/lms/envs/common.py b/lms/envs/common.py index 286ea51204..074411bc1b 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -596,6 +596,9 @@ MKTG_URLS = { 'CONTACT': '/contact', 'HOW_IT_WORKS': '/how-it-works', 'SCHOOLS': '/schools', + 'TOS': '/terms', + 'HONOR': '/terms', + 'PRIVACY': '/privacypolicy', } MKTG_URL_LINK_MAP = { 'ABOUT': 'about_edx', @@ -603,4 +606,7 @@ MKTG_URL_LINK_MAP = { 'FAQ': 'help_edx', 'COURSES': 'courses', 'ROOT': 'root', + 'TOS': 'tos', + 'HONOR': 'honor', + 'PRIVACY': 'privacy_edx', } diff --git a/lms/templates/footer.html b/lms/templates/footer.html index cb4a1defc4..3fa956c704 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -78,10 +78,10 @@ diff --git a/lms/templates/register.html b/lms/templates/register.html index 31f4a3858c..5689365add 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -212,12 +212,12 @@
  • - +
    - +