X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/4b2479a67217baa238beb0b407a63ff1025b09f1..d93f1411e8e063e864a71c7eb11db93d8b170493:/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 213f992..96511fb 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="WTEM - Twój link do zadań",
+            subject="WLEM - Twój link do egzaminu",
             body=render_to_string('wtem/email_key.txt', dict(submission=submission)),
             to=[submission.email])