X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e920c28bdc8af86e9d7328a79c8ed42e4986bcfc..3f560301f4b16f82439bed8cc30588dbc150eb50:/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 1c94431..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="Olimpiada Cyfrowa - Twój link do drugiego etapu", + subject=u"II etap Olimpiady Cyfrowej – link do panelu", body=render_to_string('stage2/email_key.txt', {'participant': participant}), to=[participant.email])