by mistake i added a link to remove mentor. that option does not exist. so removed that
authornishanth
Wed, 24 Feb 2010 16:48:59 +0530
changeset 77 8f2906d1200a
parent 76 00a41fbf4958
child 79 fd6b28204fb1
by mistake i added a link to remove mentor. that option does not exist. so removed that
templates/task/view.html
--- 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 %}