diff -r 679c7e237052 -r 3c8f3b0e5b00 pytask/templates/about/mentor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/about/mentor.html Thu Jan 06 19:07:04 2011 +0530 @@ -0,0 +1,21 @@ +{% extends 'base.html' %} +{% block title %} + PyTasks - About - Mentor +{% endblock %} +{% block content %} + 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 %}