templates/task/claim.html
changeset 70 a14ec2f09beb
parent 33 0d0ea7b188d5
child 72 9fc60a221016
--- a/templates/task/claim.html	Wed Feb 24 14:47:29 2010 +0530
+++ b/templates/task/claim.html	Wed Feb 24 15:10:03 2010 +0530
@@ -8,7 +8,8 @@
             {{claim.message}}<br />
         {% endfor %}
     {% else %}
-        There are no claims for task <a href="/task/view/tid={{task.id}}">{{task.title}}</a> yet.
+        There are no claims for this task yet.<br />
+        <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>