diff -r 796ff9e279a8 -r 581ad20b8c39 taskapp/utilities/notification.py --- a/taskapp/utilities/notification.py Sun Feb 28 14:44:10 2010 +0530 +++ b/taskapp/utilities/notification.py Sun Feb 28 14:58:11 2010 +0530 @@ -63,7 +63,7 @@ notification.message += "He can be contacted on %s"%new_mentor.email else: - notification.sub = "Rejected request to act as a mentor for %s"%task.title[:20] + notification.sub = "%s rejected request to act as a mentor"%new_mentor.username notification.message = "%s has rejected your request asking him to act as a mentor for %s.
"%(new_mentor_url, task_url) if remarks: notification.message += "Remarks: %s
"%remarks