diff --git a/lms/templates/dashboard/_dashboard_status_verification.html b/lms/templates/dashboard/_dashboard_status_verification.html index ebcec838b9..28fcd7def8 100644 --- a/lms/templates/dashboard/_dashboard_status_verification.html +++ b/lms/templates/dashboard/_dashboard_status_verification.html @@ -15,7 +15,15 @@ from django.utils.translation import ugettext as _ ${_("Current Verification Status: Pending")}

${_("Your edX ID verification is pending. Your verification information has been submitted and will be reviewed shortly.")}

-%elif verification_status in ['must_reverify', 'expired']: +%elif verification_status in ['denied','must_reverify', 'must_retry']: +
  • + ${_("Current Verification Status: Denied")} +

    ${_("Your verification submission was not accepted. To receive a verified certificate, you must submit a new photo of yourself and your government-issued photo ID before the verification deadline for your course.")}

    +
    + ${_("Resubmit Verification")} +
    +
  • +%elif verification_status == 'expired':
  • ${_("Current Verification Status: Expired")}

    ${_("Your verification has expired. To receive a verified certificate, you must submit a new photo of yourself and your government-issued photo ID before the verification deadline for your course.")}