templates/about/mentor.html
changeset 127 71888e23f323
child 140 7bdcbb4f2c27
equal deleted inserted replaced
126:e5377fdaf110 127:71888e23f323
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3     {{task.title}}
       
     4 {% endblock %}
       
     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.
       
     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.
       
     9     Mentor can mark the task as Invalid/Complete.<br />
       
    10     
       
    11     <br /><a href="javascript:history.go(-1)">Click here</a> to get back to the previous page.
       
    12 {% endblock %}