diff -r e5377fdaf110 -r 71888e23f323 templates/about/addmentors.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/about/addmentors.html Sat Feb 27 01:27:35 2010 +0530
@@ -0,0 +1,12 @@
+{% extends 'base.html' %}
+{% block title %}
+ {{task.title}}
+{% endblock %}
+{% block content %}
+
+ A Mentorlearn more
+ 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.
+
+
Click here to get back to the previous page.
+{% endblock %}