diff options
author | nishanth | 2010-02-28 15:59:47 +0530 |
---|---|---|
committer | nishanth | 2010-02-28 15:59:47 +0530 |
commit | 11fecdb92d1bb571f8a40629c08a4ddeda7779d0 (patch) | |
tree | 44b4eedf2caf90486af89e9beb04086918e16151 /taskapp/utilities | |
parent | d8877baf7c620852935f52d6779a8598caf5ec0d (diff) | |
download | pytask-11fecdb92d1bb571f8a40629c08a4ddeda7779d0.tar.gz pytask-11fecdb92d1bb571f8a40629c08a4ddeda7779d0.tar.bz2 pytask-11fecdb92d1bb571f8a40629c08a4ddeda7779d0.zip |
now accepting to be a MG deleted pending DV and MG reqs.
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 7ef646f..b1bc8a9 100644 --- a/taskapp/utilities/notification.py +++ b/taskapp/utilities/notification.py @@ -82,7 +82,7 @@ def create_notification(role, sent_to, sent_from=None, reply=None, task=None, re 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 |