diff -r 4774f6875a2d -r fa1da06d25c9 templates/task/claim.html --- a/templates/task/claim.html Thu Mar 04 17:56:31 2010 +0530 +++ b/templates/task/claim.html Thu Mar 04 18:30:55 2010 +0530 @@ -7,9 +7,9 @@ List of all the claims for the task {{task.title}}
{% for claim in claims %}
- {{claim.user.username}} - on {{claim.creation_datetime|date:"D d M Y"}} at {{claim.creation_datetime|time:"H:i"}} wrote:
- {{claim.message}}
+ {{claim.sent_from.username}} + on {{claim.sent_date|date:"D d M Y"}} at {{claim.sent_date|time:"H:i"}} wrote:
+ {{claim.remarks}}
{% endfor %} {% else %} {% if task_claimable %}