diff options
author | nishanth | 2010-03-03 04:08:15 +0530 |
---|---|---|
committer | nishanth | 2010-03-03 04:08:15 +0530 |
commit | d5f6c025ee70ef5973ac92ab626a0b4f1cf23757 (patch) | |
tree | 5eb0d8119e75206ea0f0cafd2ed7426b1de31287 /taskapp/views/user.py | |
parent | c5f4184854a21b375ab1496a3791f3b7f5b59ecd (diff) | |
download | pytask-d5f6c025ee70ef5973ac92ab626a0b4f1cf23757.tar.gz pytask-d5f6c025ee70ef5973ac92ab626a0b4f1cf23757.tar.bz2 pytask-d5f6c025ee70ef5973ac92ab626a0b4f1cf23757.zip |
added a few more learn more pages.
Diffstat (limited to 'taskapp/views/user.py')
-rw-r--r-- | taskapp/views/user.py | 10 |
1 files changed, 4 insertions, 6 deletions
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 |