pytask/templates/task/select_user.html
changeset 125 9b0812962133
parent 124 070f01dd7d8e
--- a/pytask/templates/task/select_user.html	Sun Jan 09 12:01:57 2011 +0530
+++ b/pytask/templates/task/select_user.html	Sun Jan 09 15:01:30 2011 +0530
@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 {% block content %}
-    <a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br />
+    <a href="/task/claim/tid={{task.uniq_key}}">click here</a> to return to the claims page.<br /><br />
     Select a user to assign this task.<br />
     <form action="" method="POST">
 	    {% csrf_token %}