summaryrefslogtreecommitdiff
path: root/taskapp/events/task.py
diff options
context:
space:
mode:
authornishanth2010-02-27 17:20:22 +0530
committernishanth2010-02-27 17:20:22 +0530
commitfba7fd43e0da0fc60f934e459d700ef8b5caf0aa (patch)
tree899792ac3c52bfd4f440accee639596a2e73ce6c /taskapp/events/task.py
parent3ca4d43495c91fd1a9e19795a5f73d2ff224e759 (diff)
downloadpytask-fba7fd43e0da0fc60f934e459d700ef8b5caf0aa.tar.gz
pytask-fba7fd43e0da0fc60f934e459d700ef8b5caf0aa.tar.bz2
pytask-fba7fd43e0da0fc60f934e459d700ef8b5caf0aa.zip
added notifications for approval and rejection of a mentor.
Diffstat (limited to 'taskapp/events/task.py')
-rw-r--r--taskapp/events/task.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taskapp/events/task.py b/taskapp/events/task.py
index d62216b..fb3c3f3 100644
--- a/taskapp/events/task.py
+++ b/taskapp/events/task.py
@@ -3,6 +3,7 @@ from pytask.taskapp.models import Profile, Task, Comment, Credit, Claim, Map
from pytask.taskapp.utilities.task import getTask
from pytask.taskapp.utilities.request import create_request
from pytask.taskapp.utilities.helper import get_key
+from pytask.taskapp.utilities.notification import create_notification
def publishTask(task, rem_mentors=True, rem_comments=True):
""" set the task status to open """