templates/about/mentor.html
author nishanth
Mon, 01 Mar 2010 04:54:08 +0530
changeset 157 65d5e9737d1c
parent 140 7bdcbb4f2c27
child 163 c4cb937b8e7f
permissions -rw-r--r--
fixed assign_task method to display a not_allowed message if task status not in OP WR.

{% 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.<br />
    

{% endblock %}