Add verified cert marketing link

This commit is contained in:
David Ormsbee
2013-08-28 17:48:17 -04:00
parent e7a3847e48
commit b2141ee7c0
2 changed files with 4 additions and 1 deletions

View File

@@ -100,7 +100,7 @@
<hr />
<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 class="m-btn-primary green">
<input type="submit" name="mode" value="Select Certificate" />

View File

@@ -814,6 +814,9 @@ MKTG_URL_LINK_MAP = {
'TOS': 'tos',
'HONOR': 'honor',
'PRIVACY': 'privacy_edx',
# Verified Certificates
'WHAT_IS_VERIFIED_CERT' : 'verified-certificate',
}
############################### THEME ################################