]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Aug 2015 22:49:18 +0000 (00:49 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Aug 2015 22:49:18 +0000 (00:49 +0200)
teleforma/exam/models.py

index 7abdf264d885c1e5533df971ff7ba28c2a16450c..e1d497c2e865c8e596549f6876b3562bfed25e0f 100644 (file)
@@ -73,7 +73,7 @@ REJECT_REASON = (('unreadable', _('unreadable')),
                 ('unreadable file', _('unreadable file')),
                 ('no file', _('no file')),
                 ('file too large', _('file too large')),
-                ('error retrieving file'), _('error retrieving file')),
+                ('error retrieving file', _('error retrieving file')),
                 )
 
 cache_path = settings.MEDIA_ROOT + 'cache/'