]> git.parisson.com Git - teleforma.git/commitdiff
add wrong course
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 19 Jul 2014 11:38:00 +0000 (13:38 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 19 Jul 2014 11:38:00 +0000 (13:38 +0200)
teleforma/exam/models.py

index 2857a9f447ac32c0df8a3a7bea773100fc0f8b69..d38a10dfadcd7d5cea2c9eec9f091ddec2416c5d 100644 (file)
@@ -65,7 +65,9 @@ SCRIPT_STATUS = ((0, _('rejected')), (1, _('draft')), (2, _('submitted')),
 REJECT_REASON = (('unreadable', _('unreadable')),
                 ('bad orientation', _('bad orientation')),
                 ('bad framing', _('bad framing')),
-                ('incomplete', _('incomplete')),)
+                ('incomplete', _('incomplete')),
+                ('wrong course', _('wrong course')),
+                )
 
 cache_path = settings.MEDIA_ROOT + 'cache/'
 script_path = settings.MEDIA_ROOT + 'scripts/'