From 3f740976bc12eb325cd3c3d05a70f3e9cb9d3a3d Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 29 Jan 2013 13:24:17 -0500 Subject: [PATCH] Adding dashboard text for certificate restriction --- lms/templates/dashboard.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 845880c69f..43b69ea44b 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -279,6 +279,10 @@ % if cert_status['status'] == 'notpassing': Grade required for a certificate: ${"{0:.0f}%".format(float(course.lowest_passing_grade)*100)}. + % elif cert_status['status'] == 'restricted': +

+ Your certificate is being held while we seek confirmation that the issuance of your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting info@edx.org. +

% endif

% endif