pytask/templates/task/claim.html
changeset 119 ec7f2f4256f5
parent 118 f88135529c74
child 124 070f01dd7d8e
--- a/pytask/templates/task/claim.html	Sun Jan 09 11:25:08 2011 +0530
+++ b/pytask/templates/task/claim.html	Sun Jan 09 11:29:10 2011 +0530
@@ -21,8 +21,9 @@
             The task cannot be claimed at this stage.<br />
         {% endif %}
     {% endif %}
-    {% if task_claimed and is_creator %}
-        <a href="/task/select/tid={{task.id}}">Select a user to assign the work.</a>
+    {% if old_claims and is_creator %}
+    <hr />
+        <a href="/task/select/tid={{task.id}}">Select a user to assign the work</a>
     {% endif %}
 
     {% if can_claim %}