templates/about/mentor.html
changeset 163 c4cb937b8e7f
parent 140 7bdcbb4f2c27
child 185 f65e62255e47
equal deleted inserted replaced
162:d378eff02f2e 163:c4cb937b8e7f
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block title %}
     2 {% block title %}
     3     {{task.title}}
     3     {{PyTasks - Learn more - Mentor}}
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6     The user who created a task will become a mentor for the task. Mentor is a person who mentors the task.
     6     The user who created a task will become a mentor for the task. Mentor is a person who mentors the task.
     7     Mentor has all the rights over the task. A Mentor can request other users also to mentor the task.
     7     Mentor has all the rights over the task. A Mentor can request other users also to mentor the task.
     8     Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task.
     8     Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task.
     9     Mentor can mark the task as Invalid/Complete.<br />
     9     Mentor can mark the task as Invalid/Complete.<br />
    10     
       
    11 
       
    12 {% endblock %}
    10 {% endblock %}