pytask/templates/task/claim.html
changeset 362 070f01dd7d8e
parent 357 ec7f2f4256f5
child 379 ed2dadfc829a
equal deleted inserted replaced
361:41a7d8d49e35 362:070f01dd7d8e
    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     {% endif %}
    23     {% endif %}
    24     {% if old_claims and is_creator %}
    24     {% if old_claims and is_creator %}
    25     <hr />
    25     <hr />
    26         <a href="/task/select/tid={{task.id}}">Select a user to assign the work</a>
    26         <a href="/task/select/tid={{task.uniq_key}}">Select a user to assign the work</a>
    27     {% endif %}
    27     {% endif %}
    28 
    28 
    29     {% if can_claim %}
    29     {% if can_claim %}
    30         <hr />
    30         <hr />
    31         <form action="" method="post">
    31         <form action="" method="post">