templates/about/addmentors.html
author nishanth
Sun, 28 Feb 2010 10:43:36 +0530
changeset 140 7bdcbb4f2c27
parent 127 71888e23f323
child 185 f65e62255e47
permissions -rw-r--r--
now learn more pages open in a new window.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     2
{% block title %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     3
    {{task.title}}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     4
{% endblock %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     5
{% block content %}
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     6
     
140
7bdcbb4f2c27 now learn more pages open in a new window.
nishanth
parents: 127
diff changeset
     7
    A Mentor<sup><a href="/about/mentor/" target="_blank">learn more</a></sup>
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     8
    of the task can request other users to mentor the task by clicking the link "Add more mentors" available on the task page.
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
     9
    A request will be sent to the user and he will also become the mentor of the task if he accepts it.<br />
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
    10
    
140
7bdcbb4f2c27 now learn more pages open in a new window.
nishanth
parents: 127
diff changeset
    11
127
71888e23f323 created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
diff changeset
    12
{% endblock %}