diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 3310451c94..b2326cb01c 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -171,6 +171,21 @@ % endif + %if verification_status == 'denied': +
  • + ${_("Photo Verification Failed")} +

    + ${verification_msg} +

    +

    + Please submit new verification photos. +

    +

    + Note: if you fail to pass a verification attempt before the course ends, you will not receive a verified certificate. +

    +
  • + %endif +