fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add command to notify teachers about unconfirmed students
[edumed.git]
/
wtem
/
management
/
commands
/
wtem_send_results_csv.py
diff --git
a/wtem/management/commands/wtem_send_results_csv.py
b/wtem/management/commands/wtem_send_results_csv.py
index
c0f5261
..
97a98eb
100644
(file)
--- a/
wtem/management/commands/wtem_send_results_csv.py
+++ b/
wtem/management/commands/wtem_send_results_csv.py
@@
-51,7
+51,7
@@
class Command(BaseCommand):
def handle_to_students(self, *args, **options):
self.stdout.write('>>> Sending results to students')
def handle_to_students(self, *args, **options):
self.stdout.write('>>> Sending results to students')
- subject = 'Wyniki I etapu Wielkiego Turnieju Edukacji Medialnej'
+ subject = 'Wyniki I
I
etapu Wielkiego Turnieju Edukacji Medialnej'
for email, last_name, first_name, final_result in self.results:
if options['only_to'] and email != options['only_to']:
for email, last_name, first_name, final_result in self.results:
if options['only_to'] and email != options['only_to']:
@@
-69,7
+69,7
@@
class Command(BaseCommand):
def handle_to_teachers(self, *args, **options):
self.stdout.write('>>> Sending results to teachers')
def handle_to_teachers(self, *args, **options):
self.stdout.write('>>> Sending results to teachers')
- subject = 'Wyniki I etapu Wielkiego Turnieju Edukacji Medialnej'
+ subject = 'Wyniki I
I
etapu Wielkiego Turnieju Edukacji Medialnej'
submissions_by_contact = dict()
submissions_by_contact = dict()