taskapp/utilities/notification.py
changeset 145 0c97a02b9bdb
parent 144 581ad20b8c39
child 147 8c1ed28d04d2
--- a/taskapp/utilities/notification.py	Sun Feb 28 14:58:11 2010 +0530
+++ b/taskapp/utilities/notification.py	Sun Feb 28 15:59:47 2010 +0530
@@ -82,7 +82,7 @@
             notification.message = "%s has accepted request made by %s asking him to act as %s %s for the website.<br />"%(user_url, requested_by_url, a_or_an, role_rights)
         else:
             notification.sub = "Rejected your request to act as %s"%role_rights
-            notification.message = "%s has rejected your request asking him to act as a %s.<br />"%(new_mentor_url, task_url)
+            notification.message = "%s has rejected your request asking him to act as a %s.<br />"%(user_url, role_rights)
             if remarks:
                 notification.message += "Remarks: %s<br />"%remarks