From: Guillaume Pellerin Date: Sat, 19 Jul 2014 11:38:00 +0000 (+0200) Subject: add wrong course X-Git-Tag: 1.1~395 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f9d1d5fa4a974c53214b1e98f36f50bd74c8103d;p=teleforma.git add wrong course --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 2857a9f4..d38a10df 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -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/'