diff options
author | nishanth | 2010-03-01 12:44:27 +0530 |
---|---|---|
committer | nishanth | 2010-03-01 12:44:27 +0530 |
commit | 1d1cd491495ff976db93b3de82f1feecdcc14dff (patch) | |
tree | 2e7d58feb632dfe97863e3f74014b92419a76918 /taskapp/views | |
parent | 77312a19a2877e4650ebe55fc2fa596c968252ed (diff) | |
download | pytask-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.py | 2 |
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 |