diff --git a/lms/templates/dashboard/_dashboard_certificate_information.html b/lms/templates/dashboard/_dashboard_certificate_information.html index 230122bcd1..ffe104ce60 100644 --- a/lms/templates/dashboard/_dashboard_certificate_information.html +++ b/lms/templates/dashboard/_dashboard_certificate_information.html @@ -89,29 +89,29 @@ else: % elif cert_status['status'] == 'downloadable' and cert_status.get('show_cert_web_view', False): -
  • - + ${_("View {cert_name_short}").format(cert_name_short=cert_name_short,)}
  • % elif cert_status['status'] == 'downloadable' and enrollment.mode in CourseMode.NON_VERIFIED_MODES: -
  • - + ${_("Download {cert_name_short} (PDF)").format(cert_name_short=cert_name_short,)}
  • % elif cert_status['status'] == 'downloadable' and enrollment.mode == 'verified' and cert_status['mode'] == 'honor': -
  • - + ${_("Download Your {cert_name_short} (PDF)").format(cert_name_short=cert_name_short)}
  • % elif cert_status['status'] == 'downloadable' and enrollment.mode in CourseMode.VERIFIED_MODES: -
  • - + ${_("Download Your ID Verified {cert_name_short} (PDF)").format(cert_name_short=cert_name_short)}