diff -r f65e62255e47 -r c083ebb6f8d7 taskapp/utilities/notification.py --- a/taskapp/utilities/notification.py Wed Mar 03 04:08:15 2010 +0530 +++ b/taskapp/utilities/notification.py Wed Mar 03 04:45:38 2010 +0530 @@ -96,7 +96,7 @@ notification.task = task new_mentor = sent_to - mentor_learn_url = 'learn more' + mentor_learn_url = 'learn more' task_url= '%s'%(task.id, task.title) notification.sub = "You are mentoring the task %s"%task.title[:20]