templates/task/view.html
changeset 77 8f2906d1200a
parent 76 00a41fbf4958
child 89 1cc03941ed5d
--- 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 %}