X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/58e1ca48748f970281acfc89c589e191d519a359..a0e5579f9eba72add85eb75c6267bdf3c1313432:/wtem/management/commands/wtem_send_results.py diff --git a/wtem/management/commands/wtem_send_results.py b/wtem/management/commands/wtem_send_results.py index d2dc147..ef593e7 100644 --- a/wtem/management/commands/wtem_send_results.py +++ b/wtem/management/commands/wtem_send_results.py @@ -50,7 +50,7 @@ class Command(BaseCommand): def handle_to_students(self, *args, **options): self.stdout.write('>>> Sending results to students') - subject = 'Wyniki II etapu Wielkiego Turnieju Edukacji Medialnej' + subject = 'Wyniki I etapu Olimpiady Cyfrowej' for submission in get_submissions(): if options['only_to'] and submission.email != options['only_to']: @@ -67,8 +67,7 @@ class Command(BaseCommand): def handle_to_teachers(self, *args, **options): self.stdout.write('>>> Sending results to teachers') - subject = 'Wyniki II etapu Wielkiego Turnieju Edukacji Medialnej' - failed = sent = 0 + subject = 'Wyniki I etapu Olimpiady Cyfrowej' submissions_by_contact = dict()