templates/about/addmentors.html
changeset 140 7bdcbb4f2c27
parent 127 71888e23f323
child 185 f65e62255e47
equal deleted inserted replaced
139:56203661002a 140:7bdcbb4f2c27
     2 {% block title %}
     2 {% block title %}
     3     {{task.title}}
     3     {{task.title}}
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6      
     6      
     7     A Mentor<sup><a href="/about/mentor/">learn more</a></sup>
     7     A Mentor<sup><a href="/about/mentor/" target="_blank">learn more</a></sup>
     8     of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page.
     8     of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page.
     9     A request will be sent to the user and he will also become the mentor of the task if he accepts it.<br />
     9     A request will be sent to the user and he will also become the mentor of the task if he accepts it.<br />
    10     
    10     
    11     <br /><a href="javascript:history.go(-1)">Click here</a> to get back to the previous page.
    11 
    12 {% endblock %}
    12 {% endblock %}