From: Guillaume Pellerin Date: Tue, 22 Jul 2014 23:22:35 +0000 (+0200) Subject: fix X-Git-Tag: 1.1~351 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5a9a40c52037f4d4eee36d6d402e68d1d39ac3f8;p=teleforma.git fix --- diff --git a/teleforma/management/commands/teleforma-exam-message-bug.py b/teleforma/management/commands/teleforma-exam-message-bug.py index 34cfae91..1143c048 100644 --- a/teleforma/management/commands/teleforma-exam-message-bug.py +++ b/teleforma/management/commands/teleforma-exam-message-bug.py @@ -26,6 +26,7 @@ class Command(BaseCommand): print scripts.count() for script in scripts: + script.reject() context = {'script': script, 'site': site} text = render_to_string('exam/messages/script_fix.txt', context) print text