From df20a1028d443103259f9be58198c113840406a7 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Tue, 29 Oct 2013 09:31:27 -0400 Subject: [PATCH] Wire up new statuses onto the dashboard. LMS-1133 --- .../_dashboard_status_verification.html | 51 +++++++++---------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_status_verification.html b/lms/templates/dashboard/_dashboard_status_verification.html index 3cee60e621..0f542cce21 100644 --- a/lms/templates/dashboard/_dashboard_status_verification.html +++ b/lms/templates/dashboard/_dashboard_status_verification.html @@ -6,13 +6,38 @@ <%namespace name='static' file='../static_content.html'/> %if verification_status == 'approved': +
  • + ${_("ID-Verification Status")} +
    + ${_("Reviewed and Verified")} + +
    + + +

    ${_("Your verification status is good until October 31, 2013")}

    +
    +
    +
  • %endif <%doc> This is for 'pending' statuses, where we are waiting for a response %if verification_status in ('must_retry', 'submitted'): +
  • + ${_("ID-Verification Status")} + +
    + ${_("Pending")} + +
    + + +

    ${_("Your verification, submitted on October 29, 2013, is pending.")}

    +
    +
    +
  • %endif @@ -38,30 +63,4 @@ This is for 'pending' statuses, where we are waiting for a response %endif -
  • - ${_("ID-Verification Status")} -
    - ${_("Reviewed and Verified")} - -
    - - -

    ${_("Your verification status is good until October 31, 2013")}

    -
    -
    -
  • - -
  • - ${_("ID-Verification Status")} - -
    - ${_("Pending")} - -
    - - -

    ${_("Your verification, submitted on October 29, 2013, is pending.")}

    -
    -
    -