templates/about/addmentors.html
author nishanth
Sun, 28 Feb 2010 22:58:58 +0530
changeset 154 420f974328cc
parent 140 7bdcbb4f2c27
child 185 f65e62255e47
permissions -rw-r--r--
modified add_user and rem_user methods to also include the mentor who is doing it.

{% extends 'base.html' %}
{% block title %}
    {{task.title}}
{% endblock %}
{% block content %}
     
    A Mentor<sup><a href="/about/mentor/" target="_blank">learn more</a></sup>
    of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page.
    A request will be sent to the user and he will also become the mentor of the task if he accepts it.<br />
    

{% endblock %}