From 83d5a851e219d973f6ca84815f2bf773406d590b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 14 Jul 2015 12:50:57 +0200 Subject: [PATCH] add script "backup" state --- 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 5a9c3db5..5b7c77e1 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -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')), -- 2.39.5