Merge pull request #3556 from edx/victor/give-audit-certs

Issue certificates to all students who earn them, even if they are in an audit track
This commit is contained in:
Victor Shnayder
2014-04-30 16:00:12 -04:00

View File

@@ -49,7 +49,7 @@ else:
% if cert_status['show_disabled_download_button']:
<li class="action"><span class="disabled">
${_("Your {cert_name_short} is Generating").format(cert_name_short=cert_name_short)}</span></li>
% elif cert_status['show_download_url'] and enrollment.mode == 'honor':
% elif cert_status['show_download_url'] and (enrollment.mode == 'honor' or enrollment.mode == 'audit'):
<li class="action action-certificate">
<a class="btn" href="${cert_status['download_url']}"
title="${_('This link will open/download a PDF document')}">