pytask/templates/task/claim.html
changeset 141 ed2dadfc829a
parent 124 070f01dd7d8e
--- a/pytask/templates/task/claim.html	Tue Jan 11 12:30:10 2011 +0530
+++ b/pytask/templates/task/claim.html	Tue Jan 11 12:36:55 2011 +0530
@@ -7,7 +7,7 @@
         List of all the claims for the task <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a><br />
         {% for claim in old_claims %}
             <hr />
-            <a href="/user/view/uid={{claim.claimed_by.id}}">{{claim.claimed_by.username}}</a>
+            <a href="/profile/user/view/uid={{claim.claimed_by.id}}">{{claim.claimed_by.username}}</a>
             on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:<br />
             {{claim.proposal|linebreaksbr}}<br />
         {% endfor %}