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