From 5dfb4ac386203b008fed85ff959f523a9a3197a3 Mon Sep 17 00:00:00 2001
From: nishanth
Date: Wed, 3 Mar 2010 04:45:38 +0530
Subject: finished the phase-2 successfully. added all the learnmore templates.
hav to look for bugs if any.
---
taskapp/utilities/notification.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'taskapp/utilities')
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 = '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]
--
cgit