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.")}

    -
    -
    -