diff options
author | nishanth | 2010-03-03 04:45:38 +0530 |
---|---|---|
committer | nishanth | 2010-03-03 04:45:38 +0530 |
commit | 5dfb4ac386203b008fed85ff959f523a9a3197a3 (patch) | |
tree | 28d1f638879d85165a1f0527299e256002f1b0b5 /taskapp/utilities | |
parent | d5f6c025ee70ef5973ac92ab626a0b4f1cf23757 (diff) | |
download | pytask-5dfb4ac386203b008fed85ff959f523a9a3197a3.tar.gz pytask-5dfb4ac386203b008fed85ff959f523a9a3197a3.tar.bz2 pytask-5dfb4ac386203b008fed85ff959f523a9a3197a3.zip |
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
Diffstat (limited to 'taskapp/utilities')
-rw-r--r-- | taskapp/utilities/notification.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/utilities/notification.py b/taskapp/utilities/notification.py index 4c14976..696f5b5 100644 --- a/taskapp/utilities/notification.py +++ b/taskapp/utilities/notification.py @@ -96,7 +96,7 @@ def create_notification(role, sent_to, sent_from=None, reply=None, task=None, re 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] |