From 821d5874a8a4366ec93e44304fe0b10a7bcf7a2f Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Wed, 30 Apr 2014 14:42:51 -0400 Subject: [PATCH] Issue certificates to all students who earn them, even if they are in an audit track LMS-2573 --- lms/templates/dashboard/_dashboard_certificate_information.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):