]> git.parisson.com Git - teleforma.git/commitdiff
add script "backup" state
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 14 Jul 2015 10:50:57 +0000 (12:50 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 14 Jul 2015 10:50:57 +0000 (12:50 +0200)
teleforma/exam/models.py

index 5a9c3db58b353aec15a5f1f17d51696fd6416827..5b7c77e159537efd834986d9f2bb8f462860f052 100644 (file)
@@ -60,7 +60,7 @@ import crocodoc
 crocodoc.api_token = settings.BOX_API_TOKEN
 
 SCRIPT_STATUS = ((0, _('rejected')), (1, _('draft')), (2, _('submitted')),
-                (3, _('pending')),(4, _('marked')), (5, _('read')) )
+                (3, _('pending')),(4, _('marked')), (5, _('read')), (6, _('backup')) )
 
 REJECT_REASON = (('unreadable', _('unreadable')),
                 ('bad orientation', _('bad orientation')),