]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 21 Jul 2014 18:25:29 +0000 (20:25 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 21 Jul 2014 18:25:29 +0000 (20:25 +0200)
teleforma/exam/models.py

index 749ad21b0fe6f1baafaaa40e86a7185c3e83999e..8a36dc0891207a6c2b3d190b12106d16b448ad8c 100644 (file)
@@ -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/'