Commit 3e89af3a by Matt Drayer

Merge pull request #10161 from edx/mattdrayer/update-gencert-modes

mattdrayer/update-gencert-modes: Added prof-ed modes to set
parents 2b5810db 6dfa81e5
......@@ -109,7 +109,7 @@ class CertificateWhitelist(models.Model):
class GeneratedCertificate(models.Model):
MODES = Choices('verified', 'honor', 'audit')
MODES = Choices('verified', 'honor', 'audit', 'professional', 'no-id-professional')
VERIFIED_CERTS_MODES = [CourseMode.VERIFIED, CourseMode.CREDIT_MODE]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment