diff -r e5377fdaf110 -r 71888e23f323 templates/about/mentor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/about/mentor.html Sat Feb 27 01:27:35 2010 +0530 @@ -0,0 +1,12 @@ +{% extends 'base.html' %} +{% block title %} + {{task.title}} +{% 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.
+ +
Click here to get back to the previous page. +{% endblock %}