taskapp/views/user.py
changeset 185 f65e62255e47
parent 184 8ca20bacc78e
child 186 c083ebb6f8d7
equal deleted inserted replaced
184:8ca20bacc78e 185:f65e62255e47
    16 from pytask.taskapp.utilities.notification import get_notification, create_notification
    16 from pytask.taskapp.utilities.notification import get_notification, create_notification
    17 from pytask.taskapp.utilities.user import get_user
    17 from pytask.taskapp.utilities.user import get_user
    18 
    18 
    19 about = {
    19 about = {
    20     "addmentors": "about/addmentors.html",
    20     "addmentors": "about/addmentors.html",
    21     "mentor": "about/mentor.html", ## - include role in different stages and merge with mentorrights
    21     "mentor": "about/mentor.html", 
    22     "starthere": "about/starthere.html",
    22     "starthere": "about/starthere.html",
    23     ## "claimtask":
    23     "task": "about/task.html",
    24     ## "edittask": - contains both about up and pub states
    24     "tasklife": "about/tasklife.html",
    25     ## "mentorrights":
    25     "developer": "about/developer.html", 
    26     ## "assigntask":
       
    27     ## "developer":
       
    28     ## "manager":
    26     ## "manager":
    29     ## "admin":
    27     ## "admin":
    30     ## "request": - also contains about automatic rejection of requests
    28     ## "request": - also contains about automatic rejection of requests
    31 }
    29 }
    32 
    30