File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ def send_participation_requested_emails(participant):
1010 return
1111
1212 context = {
13- 'participant' : participant ,
14- 'user' : participant .user
13+ 'participant' : participant ,
14+ 'user' : participant .user
1515 }
1616 # Notify Organizers
1717 codalab_send_mail (
@@ -37,8 +37,8 @@ def send_participation_accepted_emails(participant):
3737 return
3838
3939 context = {
40- 'participant' : participant ,
41- 'user' : participant .user
40+ 'participant' : participant ,
41+ 'user' : participant .user
4242 }
4343 codalab_send_mail (
4444 context_data = context ,
@@ -62,8 +62,8 @@ def send_participation_denied_emails(participant):
6262 return
6363
6464 context = {
65- 'participant' : participant ,
66- 'user' : participant .user
65+ 'participant' : participant ,
66+ 'user' : participant .user
6767 }
6868 # Notify Organizers
6969 codalab_send_mail (
You can’t perform that action at this time.
0 commit comments