LMS: revises certificate download copy

This commit is contained in:
Brian Talbot
2013-11-08 10:54:46 -05:00
parent ded97b59da
commit b2c12cfe04

View File

@@ -39,12 +39,12 @@ else:
<li class="action">
<a class="btn" href="${cert_status['download_url']}"
title="${_('This link will open/download a PDF document')}">
${_("Download Your PDF Certificate")}</a></li>
${_("Download Your Certificate (PDF)")}</a></li>
% elif cert_status['show_download_url'] and enrollment.mode == 'verified':
<li class="action">
<a class="btn" href="${cert_status['download_url']}"
title="${_('This link will open/download a PDF document of your verified certificate.')}">
${_("Download Your PDF Certificate")}</a></li>
${_("Download Your ID Verified Certificate of Achievement (PDF)")}</a></li>
% endif
% if cert_status['show_survey_button']: