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']: