From: Guillaume Pellerin Date: Mon, 23 Jun 2014 16:40:26 +0000 (+0200) Subject: bugfix X-Git-Tag: 1.1~463 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b9bb9872679f257812f00ca6de3abc77f87dac08;p=teleforma.git bugfix --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 13f1621a..5a8c8972 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -267,8 +267,8 @@ class Script(BaseResource): def save(self, *args, **kwargs): #FIXME - if self.status == 2: - self.submit() + # if self.status == 2: + # self.submit() if self.status == 4 and self.score: self.mark() if self.status == 0 and self.reject_reason: