summaryrefslogtreecommitdiff
path: root/taskapp/views
diff options
context:
space:
mode:
authornishanth2010-03-01 12:44:27 +0530
committernishanth2010-03-01 12:44:27 +0530
commit1d1cd491495ff976db93b3de82f1feecdcc14dff (patch)
tree2e7d58feb632dfe97863e3f74014b92419a76918 /taskapp/views
parent77312a19a2877e4650ebe55fc2fa596c968252ed (diff)
downloadpytask-1d1cd491495ff976db93b3de82f1feecdcc14dff.tar.gz
pytask-1d1cd491495ff976db93b3de82f1feecdcc14dff.tar.bz2
pytask-1d1cd491495ff976db93b3de82f1feecdcc14dff.zip
added au ru notifications.
Diffstat (limited to 'taskapp/views')
-rw-r--r--taskapp/views/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/views/task.py b/taskapp/views/task.py
index 20329bc..16ec11e 100644
--- a/taskapp/views/task.py
+++ b/taskapp/views/task.py
@@ -393,7 +393,7 @@ def rem_user(request, tid):
'task':task,
}
- if task.status in ["OP", "WR"]:
+ if task.status in ["WR"]:
if assigned_users:
form = RemoveUserForm(choices)
context['form'] = form