diff options
Diffstat (limited to 'templates/task/claim.html')
-rw-r--r-- | templates/task/claim.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/task/claim.html b/templates/task/claim.html index d4858d4..c67c0e6 100644 --- a/templates/task/claim.html +++ b/templates/task/claim.html @@ -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 %} |