diff options
Diffstat (limited to 'templates/task/addmentor.html')
-rw-r--r-- | templates/task/addmentor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/task/addmentor.html b/templates/task/addmentor.html index 1c6c1d4..2db13c9 100644 --- a/templates/task/addmentor.html +++ b/templates/task/addmentor.html @@ -3,9 +3,9 @@ <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.<br /><br /> Requesting a user to act as a mentor for the task sends him a request. If he accepts the request, he will also be the mentor for this task {% ifequal task.status "UP" %} - and can view/edit<sup><a href="/about/edittask/" target="_blank">learn more</a></sup> the task. But only the creator of a task can publish the task. + and can view/edit<sup><a href="/about/mentor/" target="_blank">learn more</a></sup> the task. But only the creator of a task can publish the task. {% else %} - and will have all the rights<sup><a href="/about/mentorrights/" target="_blank">learn more</a></sup> you posses over the task. + and will have all the rights<sup><a href="/about/mentor/" target="_blank">learn more</a></sup> you posses over the task. {% endifequal %} <br /> <br /> |