X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/eeac2861e6c193b096948eba4e8969e89c4148bd..5d78f2b7af4ee0f1aa48f1e2538ef40ea6b19b00:/stage2/management/commands/stage2_send_keys.py diff --git a/stage2/management/commands/stage2_send_keys.py b/stage2/management/commands/stage2_send_keys.py index 9c59d33..54e1f23 100644 --- a/stage2/management/commands/stage2_send_keys.py +++ b/stage2/management/commands/stage2_send_keys.py @@ -62,6 +62,6 @@ class Command(BaseCommand): def send_key(self, participant): self.stdout.write('>>> sending to ' + participant.email) send_mail( - subject=u"II etap Olimpiady Cyfrowej - przesyłanie rozwiązań", + subject=u"II etap Olimpiady Cyfrowej – link do panelu", body=render_to_string('stage2/email_key.txt', {'participant': participant}), to=[participant.email])