taskapp/views/task.py
changeset 36 0f10deac0a9b
parent 34 22f302094806
child 55 ca2486e29178
--- a/taskapp/views/task.py	Fri Feb 05 17:11:18 2010 +0530
+++ b/taskapp/views/task.py	Fri Feb 05 17:21:00 2010 +0530
@@ -255,4 +255,9 @@
     else:
         return show_msg('You are not authorised to perform this action', task_url, 'view the task')
         
+def edit_task(request, tid):
+    """ see what are the attributes that can be edited depending on the current status
+    and then give the user fields accordingly.
+    """
     
+    return None