diff -r 8ca20bacc78e -r f65e62255e47 templates/about/mentor.html --- a/templates/about/mentor.html Tue Mar 02 22:50:17 2010 +0530 +++ b/templates/about/mentor.html Wed Mar 03 04:08:15 2010 +0530 @@ -1,10 +1,21 @@ {% extends 'base.html' %} {% block title %} - {{PyTasks - Learn more - Mentor}} + PyTasks - About - 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.
+ Mentoring is a right specific to the task. The user who creates a task will become the mentor for the task. A Mentor can request + other learn more users also to mentor the task. + Mentor is a person who mentors the task. Mentor has all the rights over the task.
+ + + click here to know the complete life cycle of a task. {% endblock %}