diff --git a/lms/templates/dashboard/_dashboard_certificate_information.html b/lms/templates/dashboard/_dashboard_certificate_information.html index 3f07fc797b..951091f371 100644 --- a/lms/templates/dashboard/_dashboard_certificate_information.html +++ b/lms/templates/dashboard/_dashboard_certificate_information.html @@ -49,7 +49,7 @@ else: % if cert_status['show_disabled_download_button']:
  • ${_("Your {cert_name_short} is Generating").format(cert_name_short=cert_name_short)}
  • - % elif cert_status['show_download_url'] and enrollment.mode == 'honor': + % elif cert_status['show_download_url'] and (enrollment.mode == 'honor' or enrollment.mode == 'audit'):