X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d7a837460bba76055e9954717cbbd294e179b1e8..8fe889537874c48f1a5e08d7c544068570186d0e:/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])