From 525b434823eb9d11488eb9f7f63dba65d97ed77c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 21 Jul 2014 20:25:29 +0200 Subject: [PATCH] fix --- teleforma/exam/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- 2.39.5