From b2141ee7c00127c52fd01b2d0fbde104c3ce64f6 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Wed, 28 Aug 2013 17:48:17 -0400 Subject: [PATCH] Add verified cert marketing link --- common/templates/course_modes/choose.html | 2 +- lms/envs/common.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common/templates/course_modes/choose.html b/common/templates/course_modes/choose.html index 936a0ecc40..d8d8592793 100644 --- a/common/templates/course_modes/choose.html +++ b/common/templates/course_modes/choose.html @@ -100,7 +100,7 @@

- What is an ID Verified Certificate? + What is an ID Verified Certificate?

diff --git a/lms/envs/common.py b/lms/envs/common.py index 627a813e05..f0c735dacf 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -814,6 +814,9 @@ MKTG_URL_LINK_MAP = { 'TOS': 'tos', 'HONOR': 'honor', 'PRIVACY': 'privacy_edx', + + # Verified Certificates + 'WHAT_IS_VERIFIED_CERT' : 'verified-certificate', } ############################### THEME ################################