From 95bd47579adfdb950f4724e3d3aeee4b78b9f1fc Mon Sep 17 00:00:00 2001 From: nishanth Date: Tue, 2 Mar 2010 01:05:24 +0530 Subject: modified the look of browse_requests page task_view page and view_request page. --- taskapp/views/user.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'taskapp/views/user.py') diff --git a/taskapp/views/user.py b/taskapp/views/user.py index c55728d..381efe1 100644 --- a/taskapp/views/user.py +++ b/taskapp/views/user.py @@ -19,6 +19,14 @@ from pytask.taskapp.utilities.user import get_user 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): -- cgit