templates/task/addmentor.html
changeset 163 c4cb937b8e7f
parent 151 d0cb85ba462a
child 191 3bfe70742aa8
--- a/templates/task/addmentor.html	Mon Mar 01 12:44:27 2010 +0530
+++ b/templates/task/addmentor.html	Mon Mar 01 15:15:54 2010 +0530
@@ -1,9 +1,17 @@
 {% extends 'base.html' %}
 {% block content %}
-    <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.
+    <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.
+    {% else %}
+        and will have all the rights<sup><a href="/about/mentorrights/" target="_blank">learn more</a></sup> you posses over the task.
+    {% endifequal %}
+    <br />
+    <br />
     <form action="" method="post">
     {{form.as_table}}
-    <input type="submit" value="submit">
+    <input type="submit" value="Submit">
     </form>
     {% if pending_requests %}
         Pending requests:<br />