diff -r d378eff02f2e -r c4cb937b8e7f templates/about/mentor.html --- a/templates/about/mentor.html Mon Mar 01 12:44:27 2010 +0530 +++ b/templates/about/mentor.html Mon Mar 01 15:15:54 2010 +0530 @@ -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 %}