pytask/templates/task/claim.html
changeset 124 070f01dd7d8e
parent 119 ec7f2f4256f5
child 141 ed2dadfc829a
--- a/pytask/templates/task/claim.html	Sun Jan 09 11:52:30 2011 +0530
+++ b/pytask/templates/task/claim.html	Sun Jan 09 12:01:57 2011 +0530
@@ -23,7 +23,7 @@
     {% endif %}
     {% if old_claims and is_creator %}
     <hr />
-        <a href="/task/select/tid={{task.id}}">Select a user to assign the work</a>
+        <a href="/task/select/tid={{task.uniq_key}}">Select a user to assign the work</a>
     {% endif %}
 
     {% if can_claim %}