diff -r a3e85fd764c7 -r 3b78ea899168 pytask/templates/task/claim.html --- a/pytask/templates/task/claim.html Fri Jan 21 00:17:10 2011 +0530 +++ b/pytask/templates/task/claim.html Fri Jan 21 00:27:33 2011 +0530 @@ -10,7 +10,7 @@ List of all the claims for the task {{task.title}}
{% for claim in old_claims %}
- {{claim.claimed_by.username}} + {{ claim.claimed_by.username }} on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:
{{claim.proposal|linebreaksbr}}
{% endfor %} @@ -26,7 +26,7 @@ {% endif %} {% if old_claims and is_creator %}
- Select a user to assign the work + Select a user to assign the work {% endif %} {% if can_claim %}