diff -r a14ec2f09beb -r 9fc60a221016 templates/task/claim.html --- 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}}
{% endfor %} {% else %} - There are no claims for this task yet.
+ {% if task_claimable%} + There are no claims for this task yet.
+ {% else %} + This task cannot be claimed right now. + {% endif %} Click here to return to the task. {% endif %} {% if task_claimed and is_mentor %} - Assign task + Select a user to assign the work. {% endif %} {% if user_can_claim %}