changeset 186 | c083ebb6f8d7 |
parent 183 | c088c79a225c |
child 199 | 946d0fe60606 |
--- 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 = '<sup><a href="/about/mentor">learn more</a></sup>' + mentor_learn_url = '<sup><a href="/about/mentor/">learn more</a></sup>' task_url= '<a href="/task/view/tid=%s">%s</a>'%(task.id, task.title) notification.sub = "You are mentoring the task %s"%task.title[:20]