Commit b2141ee7 by David Ormsbee

Add verified cert marketing link

parent e7a3847e
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<hr /> <hr />
<p class="tip"> <p class="tip">
<a href="">What is an ID Verified Certificate?</a> <a href="${marketing_link('WHAT_IS_VERIFIED_CERT')}">What is an ID Verified Certificate?</a>
</p> </p>
<p class="m-btn-primary green"> <p class="m-btn-primary green">
<input type="submit" name="mode" value="Select Certificate" /> <input type="submit" name="mode" value="Select Certificate" />
......
...@@ -814,6 +814,9 @@ MKTG_URL_LINK_MAP = { ...@@ -814,6 +814,9 @@ MKTG_URL_LINK_MAP = {
'TOS': 'tos', 'TOS': 'tos',
'HONOR': 'honor', 'HONOR': 'honor',
'PRIVACY': 'privacy_edx', 'PRIVACY': 'privacy_edx',
# Verified Certificates
'WHAT_IS_VERIFIED_CERT' : 'verified-certificate',
} }
############################### THEME ################################ ############################### THEME ################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment