--- a/templates/task/claim.html Wed Jan 05 18:52:48 2011 +0530
+++ b/templates/task/claim.html Wed Jan 05 22:22:10 2011 +0530
@@ -22,7 +22,7 @@
{% endif %}
<a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br />
{% endif %}
- {% if task_claimed and is_mentor %}
+ {% if task_claimed and is_reviewer %}
<a href="/task/assign/tid={{task.id}}">Select a user to assign the work.</a><sup><a href="/about/assigntask/" target="_blank">learn more</a></sup>
{% endif %}
{% if user_can_claim %}