From: Guillaume Pellerin Date: Mon, 23 Jun 2025 16:11:37 +0000 (+0200) Subject: bugfix hotfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dbcf62b06b78e2a44bebc586c4f4d5d370a2b160;p=teleforma.git bugfix hotfix --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index fd8fcf1a..d33c6119 100755 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -468,7 +468,6 @@ class Script(BaseResource): def mark(self): self.date_marked = datetime.datetime.now() site = Site.objects.all()[0] - default_corrector context = {'script': self, 'site': site} text = render_to_string('exam/messages/script_marked.txt', context) a = ugettext('Script')