templates/task/view.html
changeset 94 d1f59bbc2685
parent 89 1cc03941ed5d
child 95 e4034904f82e
--- a/templates/task/view.html	Thu Feb 25 06:07:55 2010 +0530
+++ b/templates/task/view.html	Thu Feb 25 16:17:56 2010 +0530
@@ -66,9 +66,11 @@
                 <a href="/user/view/uid={{user.id}}">{{user.username}}</a>|
             {% endfor %}
             {% if is_mentor %}
-                <a href="/task/user/remove/">Remove an existing user</a>
+                <a href="/task/remuser/tid={{task.id}}">Remove an existing user</a>
             <br />
             {% endif %}
+        {% else %}
+            There are no users currently working on this task.<br />
         {% endif %}
         {% if can_assign_credits %}
             <a href="/task/assigncredits/tid={{task.id}}">Assign credits</a>