fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add dependency: django-extensions
[edumed.git]
/
wtem
/
management
/
commands
/
wtem_send_keys.py
diff --git
a/wtem/management/commands/wtem_send_keys.py
b/wtem/management/commands/wtem_send_keys.py
index
05ffcbb
..
914c8b1
100644
(file)
--- a/
wtem/management/commands/wtem_send_keys.py
+++ b/
wtem/management/commands/wtem_send_keys.py
@@
-63,7
+63,7
@@
class Command(BaseCommand):
def send_key(self, submission):
self.stdout.write('>>> sending to ' + submission.email)
send_mail(
def send_key(self, submission):
self.stdout.write('>>> sending to ' + submission.email)
send_mail(
- subject = "
W
TEM - Twój link do zadań",
+ subject = "
Egzamin
TEM - Twój link do zadań",
body = render_to_string('wtem/email_key.txt', dict(submission = submission)),
to = [submission.email]
body = render_to_string('wtem/email_key.txt', dict(submission = submission)),
to = [submission.email]
- )
\ No newline at end of file
+ )