From e81394c2b0baee2e0b0a4c09d3ff7503c6010c4a Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Mon, 28 Jan 2013 19:29:13 -0500 Subject: [PATCH] Adding new model for certificate whitelist --- lms/djangoapps/certificates/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/certificates/models.py b/lms/djangoapps/certificates/models.py index c8e1dd047f..02e8ab0c5f 100644 --- a/lms/djangoapps/certificates/models.py +++ b/lms/djangoapps/certificates/models.py @@ -92,7 +92,7 @@ def certificate_status_for_student(student, course_id): deleted - The certificate has been deleted. downloadable - The certificate is available for download. notpassing - The student was graded but is not passing - restricted - The student is on the restricted embargo list and + restricted - The student is on the restricted embargo list and should not be issued a certificate. This will be set if allow_certificate is set to False in the userprofile table