From ee52e0232e2894cedd978b289d6ec00170c36926 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Tue, 8 Oct 2013 11:23:12 -0400 Subject: [PATCH] Put in a dummy verification status into the dashboard. --- lms/templates/dashboard.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +