taskapp/views/user.py
changeset 186 c083ebb6f8d7
parent 185 f65e62255e47
child 206 85660d75683d
--- a/taskapp/views/user.py	Wed Mar 03 04:08:15 2010 +0530
+++ b/taskapp/views/user.py	Wed Mar 03 04:45:38 2010 +0530
@@ -22,10 +22,11 @@
     "starthere": "about/starthere.html",
     "task": "about/task.html",
     "tasklife": "about/tasklife.html",
-    "developer": "about/developer.html", 
-    ## "manager":
-    ## "admin":
-    ## "request": - also contains about automatic rejection of requests
+    "developer": "about/developer.html",
+    "notification": "about/notification.html",
+    "request": "about/request.html",
+    "manager": "about/manager.html",
+    "admin": "about/admin.html",
 }
 
 def show_msg(user, message, redirect_url=None, url_desc=None):