summaryrefslogtreecommitdiff
path: root/taskapp/views
diff options
context:
space:
mode:
authornishanth2010-03-03 04:45:38 +0530
committernishanth2010-03-03 04:45:38 +0530
commit5dfb4ac386203b008fed85ff959f523a9a3197a3 (patch)
tree28d1f638879d85165a1f0527299e256002f1b0b5 /taskapp/views
parentd5f6c025ee70ef5973ac92ab626a0b4f1cf23757 (diff)
downloadpytask-5dfb4ac386203b008fed85ff959f523a9a3197a3.tar.gz
pytask-5dfb4ac386203b008fed85ff959f523a9a3197a3.tar.bz2
pytask-5dfb4ac386203b008fed85ff959f523a9a3197a3.zip
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
Diffstat (limited to 'taskapp/views')
-rw-r--r--taskapp/views/user.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/taskapp/views/user.py b/taskapp/views/user.py
index ea29576..3277039 100644
--- a/taskapp/views/user.py
+++ b/taskapp/views/user.py
@@ -22,10 +22,11 @@ about = {
"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):