templates/task/claim.html
changeset 218 59107ce0a618
parent 205 0c317f68df49
equal deleted inserted replaced
217:307f699e6102 218:59107ce0a618
    20         {% else %}
    20         {% else %}
    21             The task cannot be claimed at this stage.<br />
    21             The task cannot be claimed at this stage.<br />
    22         {% endif %}
    22         {% endif %}
    23         <a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br />
    23         <a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br />
    24     {% endif %}
    24     {% endif %}
    25     {% if task_claimed and is_mentor %}
    25     {% if task_claimed and is_reviewer %}
    26         <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>
    26         <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>
    27     {% endif %}
    27     {% endif %}
    28     {% if user_can_claim %}
    28     {% if user_can_claim %}
    29     <!--
    29     <!--
    30         {% if errors %}
    30         {% if errors %}