Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mykljohn committed Sep 23, 2015
1 parent c9fc8d1 commit 911b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def send_task_email(sender, instance, **kwargs):

d = Context({ 'candidate': instance.candidate.name, 'evaluationdate': instance.evaluationdate, 'phone': instance.candidate.phone1 })

subject, from_email, to = 'GEIQ English Evaluation', "[email protected]", '[email protected]'
subject, from_email, to = 'Evaluation', "[email protected]", '[email protected]'
text_content = plaintext.render(d)
html_content = htmly.render(d)
msg = EmailMultiAlternatives(subject, text_content, from_email, [to])
Expand Down

0 comments on commit 911b62e

Please sign in to comment.