X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9ff76cf1dc687baafbe04acc4aa8f545decb64c4..552ae48f9659eeae95961c99dda2d59094aef612:/wtem/management/commands/wtem_send_keys.py?ds=inline

diff --git a/wtem/management/commands/wtem_send_keys.py b/wtem/management/commands/wtem_send_keys.py
index 96511fb..8e26624 100644
--- a/wtem/management/commands/wtem_send_keys.py
+++ b/wtem/management/commands/wtem_send_keys.py
@@ -64,6 +64,6 @@ class Command(BaseCommand):
     def send_key(self, submission):
         self.stdout.write('>>> sending to ' + submission.email)
         send_mail(
-            subject="WLEM - Twój link do egzaminu",
+            subject="Olimpiada Cyfrowa - Twój link do egzaminu",
             body=render_to_string('wtem/email_key.txt', dict(submission=submission)),
             to=[submission.email])