templates/about/mentor.html
author nishanth
Tue, 02 Mar 2010 14:51:59 +0530
changeset 175 10a488a6fbba
parent 163 c4cb937b8e7f
child 185 f65e62255e47
permissions -rw-r--r--
header is now center aligned.

{% extends 'base.html' %}
{% block 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.<br />
{% endblock %}