diff -r c693def6510f -r f88135529c74 pytask/templates/task/claim.html --- a/pytask/templates/task/claim.html Sun Jan 09 11:15:21 2011 +0530 +++ b/pytask/templates/task/claim.html Sun Jan 09 11:25:08 2011 +0530 @@ -3,9 +3,9 @@ {% if can_claim %} Propose a claim to work on this task.
{% endif %} - {% if claims %} + {% if old_claims %} List of all the claims for the task {{task.title}}
- {% for claim in claims %} + {% for claim in old_claims %}
{{claim.claimed_by.username}} on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:
@@ -20,7 +20,6 @@ {% else %} The task cannot be claimed at this stage.
{% endif %} - Click here to view the task.
{% endif %} {% if task_claimed and is_creator %} Select a user to assign the work.