From d5f6c025ee70ef5973ac92ab626a0b4f1cf23757 Mon Sep 17 00:00:00 2001 From: nishanth Date: Wed, 3 Mar 2010 04:08:15 +0530 Subject: added a few more learn more pages. --- taskapp/views/user.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'taskapp/views/user.py') diff --git a/taskapp/views/user.py b/taskapp/views/user.py index e12d9ec..ea29576 100644 --- a/taskapp/views/user.py +++ b/taskapp/views/user.py @@ -18,13 +18,11 @@ from pytask.taskapp.utilities.user import get_user about = { "addmentors": "about/addmentors.html", - "mentor": "about/mentor.html", ## - include role in different stages and merge with mentorrights + "mentor": "about/mentor.html", "starthere": "about/starthere.html", - ## "claimtask": - ## "edittask": - contains both about up and pub states - ## "mentorrights": - ## "assigntask": - ## "developer": + "task": "about/task.html", + "tasklife": "about/tasklife.html", + "developer": "about/developer.html", ## "manager": ## "admin": ## "request": - also contains about automatic rejection of requests -- cgit