summaryrefslogtreecommitdiff
path: root/taskapp/utilities
diff options
context:
space:
mode:
authornishanth2010-03-03 04:45:38 +0530
committernishanth2010-03-03 04:45:38 +0530
commit5dfb4ac386203b008fed85ff959f523a9a3197a3 (patch)
tree28d1f638879d85165a1f0527299e256002f1b0b5 /taskapp/utilities
parentd5f6c025ee70ef5973ac92ab626a0b4f1cf23757 (diff)
downloadpytask-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.py2
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]