From 1d1cd491495ff976db93b3de82f1feecdcc14dff Mon Sep 17 00:00:00 2001
From: nishanth
Date: Mon, 1 Mar 2010 12:44:27 +0530
Subject: added au ru notifications.

---
 taskapp/views/task.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'taskapp/views')

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
-- 
cgit