From d780357b029a9e3a4c5d7b4e8902f35dea2113fd Mon Sep 17 00:00:00 2001
From: nishanth
Date: Mon, 1 Mar 2010 15:15:54 +0530
Subject: added learn more links.
---
templates/about/mentor.html | 4 +---
templates/task/addmentor.html | 12 ++++++++++--
templates/task/claim.html | 9 ++++++---
3 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/templates/about/mentor.html b/templates/about/mentor.html
index c501dc1..7935185 100644
--- a/templates/about/mentor.html
+++ b/templates/about/mentor.html
@@ -1,12 +1,10 @@
{% extends 'base.html' %}
{% block title %}
- {{task.title}}
+ {{PyTasks - Learn more - Mentor}}
{% endblock %}
{% block content %}
The user who created a task will become a mentor for the task. Mentor is a person who mentors the task.
Mentor has all the rights over the task. A Mentor can request other users also to mentor the task.
Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task.
Mentor can mark the task as Invalid/Complete.
-
-
{% endblock %}
diff --git a/templates/task/addmentor.html b/templates/task/addmentor.html
index cbcde65..1c6c1d4 100644
--- a/templates/task/addmentor.html
+++ b/templates/task/addmentor.html
@@ -1,9 +1,17 @@
{% extends 'base.html' %}
{% block content %}
- Click here to return to the task.
+ Click here to return to the task.
+ 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/editlearn more the task. But only the creator of a task can publish the task.
+ {% else %}
+ and will have all the rightslearn more you posses over the task.
+ {% endifequal %}
+
+