templates/task/view.html
changeset 220 807e4b701a20
parent 219 f04a1ec7a07f
equal deleted inserted replaced
219:f04a1ec7a07f 220:807e4b701a20
   130     {% if task_claimable %}
   130     {% if task_claimable %}
   131         <a href="/task/claim/tid={{task.id}}">
   131         <a href="/task/claim/tid={{task.id}}">
   132         {% if is_reviewer %}
   132         {% if is_reviewer %}
   133             View claims
   133             View claims
   134         {% else %}
   134         {% else %}
       
   135         <a href="/task/report/tid={{task.id}}">Submit Work</a>
   135             Claim the task
   136             Claim the task
   136         {% endif %}</a>
   137         {% endif %}</a>
   137     {% endif %}
   138     {% endif %}
   138     
   139     
   139     {% if comments %}
   140     {% if comments %}