diff options
Diffstat (limited to 'taskapp/views/user.py')
-rw-r--r-- | taskapp/views/user.py | 8 |
1 files changed, 8 insertions, 0 deletions
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): |