summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/task/view.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/task/view.html b/templates/task/view.html
index 902f3a9..1d9a69d 100644
--- a/templates/task/view.html
+++ b/templates/task/view.html
@@ -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 %}