templates/task/claim.html
changeset 159 a74a32a5a3e1
parent 156 7cad1e92713d
child 162 d378eff02f2e
--- a/templates/task/claim.html	Mon Mar 01 05:18:44 2010 +0530
+++ b/templates/task/claim.html	Mon Mar 01 05:41:12 2010 +0530
@@ -13,9 +13,9 @@
             There are no claims for this task yet.<br />
             Be the first to claim the task.<br />
         {% else %}
-            This task cannot be claimed right now.
+            The task cannot be claimed at this stage.<br />
         {% endif %}
-        <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.<br />
+        <a href="/task/view/tid={{task.id}}">Click here</a> to view the task.<br />
     {% endif %}
     {% if task_claimed and is_mentor %}
         <a href="/task/assign/tid={{task.id}}">Select a user to assign the work.</a>