taskapp/views/user.py
changeset 164 bfe621e64a16
parent 156 7cad1e92713d
child 167 b61e45074ba1
--- 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):