diff -r 3395960549e8 -r 604808d27483 taskapp/utilities/notification.py --- a/taskapp/utilities/notification.py Sun Feb 28 18:27:50 2010 +0530 +++ b/taskapp/utilities/notification.py Sun Feb 28 18:31:10 2010 +0530 @@ -98,10 +98,11 @@ for a_mentor in task.mentors.exclude(id=new_mentor.id): notification.message += "
  • %s - %s
  • "%(a_mentor.username, a_mentor.email) - notification.message += " List of users working on the task.
    " + notification.message += "" working_users = task.assigned_users.all() if working_users: + notification_message += "List of users working on the task.
    " notification_message += "