From: Guillaume Pellerin Date: Mon, 21 Jul 2014 18:25:29 +0000 (+0200) Subject: fix X-Git-Tag: 1.1~369 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=525b434823eb9d11488eb9f7f63dba65d97ed77c;p=teleforma.git fix --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 749ad21b..8a36dc08 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -69,7 +69,7 @@ REJECT_REASON = (('unreadable', _('unreadable')), ('wrong course', _('wrong course')), ('wrong format', _('wrong format')), ('unreadable file', _('unreadable file')), - ('no file'), _('no file')), + ('no file', _('no file')), ) cache_path = settings.MEDIA_ROOT + 'cache/'