diff options
author | nishanth | 2010-02-24 16:47:09 +0530 |
---|---|---|
committer | nishanth | 2010-02-24 16:47:09 +0530 |
commit | fa1f14ca448e02e997ac1c1b8d1075b2596bb212 (patch) | |
tree | 0934cab65a9e0d6c46d280ef3c95acce3a8894ca /templates/task/view.html | |
parent | 93db3491fd51a5b472b885dbf44534425289037a (diff) | |
download | pytask-fa1f14ca448e02e997ac1c1b8d1075b2596bb212.tar.gz pytask-fa1f14ca448e02e997ac1c1b8d1075b2596bb212.tar.bz2 pytask-fa1f14ca448e02e997ac1c1b8d1075b2596bb212.zip |
fixed a bug in add_claim view in views/task .
Diffstat (limited to 'templates/task/view.html')
-rw-r--r-- | templates/task/view.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/task/view.html b/templates/task/view.html index 39f0490..902f3a9 100644 --- a/templates/task/view.html +++ b/templates/task/view.html @@ -13,7 +13,9 @@ <a href="/user/view/uid={{mentor.id}}">{{mentor.username}}|</a> {% endfor %} {% if can_mod_mentors %} - <a href="/task/addmentor/tid={{task.id}}">Add another Mentor to this task</a><br /> + <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 %} |