templates/about/addmentors.html
author nishanth
Sat, 27 Feb 2010 14:38:01 +0530
changeset 130 9417ae986d2a
parent 127 71888e23f323
child 140 7bdcbb4f2c27
permissions -rw-r--r--
added __unicode__ method to notification and removed useless comments in reply_to_request.

{% extends 'base.html' %}
{% block title %}
    {{task.title}}
{% endblock %}
{% block content %}
     
    A Mentor<sup><a href="/about/mentor/">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 />
    
    <br /><a href="javascript:history.go(-1)">Click here</a> to get back to the previous page.
{% endblock %}