diff -r da5fe6708528 -r 0f10deac0a9b taskapp/views/task.py --- 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