diff options
Diffstat (limited to 'taskapp/views/user.py')
-rw-r--r-- | taskapp/views/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/views/user.py b/taskapp/views/user.py index 381efe1..e85b66a 100644 --- a/taskapp/views/user.py +++ b/taskapp/views/user.py @@ -18,7 +18,7 @@ from pytask.taskapp.utilities.user import get_user about = { "addmentors":"about/addmentors.html", - "mentor":"about/mentor.html", + "mentor":"about/mentor.html", ## - include role in different stages and merge with mentorrights ## "claimtask": ## "edittask": - contains both about up and pub states ## "mentorrights": |