by mistake i added a link to remove mentor. that option does not exist. so removed that
--- a/templates/task/view.html Wed Feb 24 16:47:09 2010 +0530
+++ b/templates/task/view.html Wed Feb 24 16:48:59 2010 +0530
@@ -14,7 +14,6 @@
{% endfor %}
{% if can_mod_mentors %}
<a href="/task/addmentor/tid={{task.id}}">Add another Mentor to this task</a>
- <a href="/task/mentor/remove/tid={{task.id}}">Remove a mentor</a>
<br />
edit task goes here and it should contain all those add subs and add deps depending on availability<br />
{% endif %}