templates/task/claim.html
changeset 72 9fc60a221016
parent 70 a14ec2f09beb
child 156 7cad1e92713d
--- a/templates/task/claim.html	Wed Feb 24 15:10:03 2010 +0530
+++ b/templates/task/claim.html	Wed Feb 24 16:08:31 2010 +0530
@@ -8,11 +8,15 @@
             {{claim.message}}<br />
         {% endfor %}
     {% else %}
-        There are no claims for this task yet.<br />
+        {% if task_claimable%}
+            There are no claims for this task yet.<br />
+        {% else %}
+            This task cannot be claimed right now.
+        {% endif %}
         <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.
     {% endif %}
     {% if task_claimed and is_mentor %}
-        <a href="/task/assign/tid={{task.id}}">Assign task</a>
+        <a href="/task/assign/tid={{task.id}}">Select a user to assign the work.</a>
     {% endif %}
     {% if user_can_claim %}
     <hr />