From 5a9a40c52037f4d4eee36d6d402e68d1d39ac3f8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 23 Jul 2014 01:22:35 +0200 Subject: [PATCH] fix --- teleforma/management/commands/teleforma-exam-message-bug.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5