templates/about/mentor.html
author nishanth
Mon, 01 Mar 2010 15:15:54 +0530
changeset 163 c4cb937b8e7f
parent 140 7bdcbb4f2c27
child 185 f65e62255e47
permissions -rw-r--r--
added learn more links.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     2
{% block title %}
163
c4cb937b8e7f added learn more links.
nishanth
parents: 140
diff changeset
     3
    {{PyTasks - Learn more - Mentor}}
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     4
{% endblock %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     5
{% block content %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     6
    The user who created a task will become a mentor for the task. Mentor is a person who mentors the task.
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     7
    Mentor has all the rights over the task. A Mentor can request other users also to mentor the task.
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     8
    Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task.
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     9
    Mentor can mark the task as Invalid/Complete.<br />
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
    10
{% endblock %}