From ded97b59da5e5f3ad99edf2fc565d0c69bd948a3 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 7 Nov 2013 17:41:11 -0500 Subject: [PATCH] Add a new status for verified certificates. LMS-1477 --- .../dashboard/_dashboard_certificate_information.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_certificate_information.html b/lms/templates/dashboard/_dashboard_certificate_information.html index f8b5a5f20c..b63e0c4d9c 100644 --- a/lms/templates/dashboard/_dashboard_certificate_information.html +++ b/lms/templates/dashboard/_dashboard_certificate_information.html @@ -35,11 +35,16 @@ else: % if cert_status['show_disabled_download_button']:
  • ${_("Your Certificate is Generating")}
  • - % elif cert_status['show_download_url']: + % elif cert_status['show_download_url'] and enrollment.mode == 'honor':
  • ${_("Download Your PDF Certificate")}
  • + % elif cert_status['show_download_url'] and enrollment.mode == 'verified': +
  • + + ${_("Download Your PDF Certificate")}
  • % endif % if cert_status['show_survey_button']: