diff -r c4cb937b8e7f -r bfe621e64a16 taskapp/views/user.py --- a/taskapp/views/user.py Mon Mar 01 15:15:54 2010 +0530 +++ b/taskapp/views/user.py Tue Mar 02 01:05:24 2010 +0530 @@ -19,6 +19,14 @@ about = { "addmentors":"about/addmentors.html", "mentor":"about/mentor.html", + ## "claimtask": + ## "edittask": - contains both about up and pub states + ## "mentorrights": + ## "assigntask": + ## "developer": + ## "manager": + ## "admin": + ## "request": - also contains about automatic rejection of requests } def show_msg(user, message, redirect_url=None, url_desc=None):