pytask/templates/task/select_user.html
changeset 417 b37e541bf950
parent 363 9b0812962133
child 431 fcc87a3f0311
--- a/pytask/templates/task/select_user.html	Sat Jan 15 21:21:19 2011 +0530
+++ b/pytask/templates/task/select_user.html	Sat Jan 15 21:21:49 2011 +0530
@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 {% block content %}
-    <a href="/task/claim/tid={{task.uniq_key}}">click here</a> to return to the claims page.<br /><br />
+    <a href="{% url claim_task task.id %}">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 %}