]> git.parisson.com Git - teleforma.git/commitdiff
bugfix hotfix
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 23 Jun 2025 16:11:37 +0000 (18:11 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 23 Jun 2025 16:11:37 +0000 (18:11 +0200)
teleforma/exam/models.py

index fd8fcf1a8a4d8b514d5c93952b4aa180a9702023..d33c611967d9d740c2547361ac1eddf7df3ec6d8 100755 (executable)
@@ -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')