# HG changeset patch # User Madhusudan.C.S # Date 1295549230 -19800 # Node ID a3e85fd764c7c22944a0edb8f66e7a0a02b899b6 # Parent 1e5df997eb01ea07775d2d87d84e08a5b6294b7b Use the view_user_profile reverse view name for the profiles of non-logged in users. diff -r 1e5df997eb01 -r a3e85fd764c7 pytask/templates/task/claim.html --- a/pytask/templates/task/claim.html Thu Jan 20 17:47:41 2011 +0530 +++ b/pytask/templates/task/claim.html Fri Jan 21 00:17:10 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 %}