templates/task/addmentor.html
changeset 191 3bfe70742aa8
parent 163 c4cb937b8e7f
child 218 59107ce0a618
equal deleted inserted replaced
190:439e419b6c13 191:3bfe70742aa8
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block content %}
     2 {% block content %}
     3     <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.<br /><br />
     3     <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.<br /><br />
     4     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
     4     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
     5     {% ifequal task.status "UP" %}
     5     {% ifequal task.status "UP" %}
     6         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.
     6         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.
     7     {% else %}
     7     {% else %}
     8         and will have all the rights<sup><a href="/about/mentorrights/" target="_blank">learn more</a></sup> you posses over the task.
     8         and will have all the rights<sup><a href="/about/mentor/" target="_blank">learn more</a></sup> you posses over the task.
     9     {% endifequal %}
     9     {% endifequal %}
    10     <br />
    10     <br />
    11     <br />
    11     <br />
    12     <form action="" method="post">
    12     <form action="" method="post">
    13     {{form.as_table}}
    13     {{form.as_table}}