diff -r d378eff02f2e -r c4cb937b8e7f templates/task/claim.html --- a/templates/task/claim.html Mon Mar 01 12:44:27 2010 +0530 +++ b/templates/task/claim.html Mon Mar 01 15:15:54 2010 +0530 @@ -1,5 +1,8 @@ {% extends 'base.html' %} {% block content %} + {% if user_can_claim %} + Propose a claim to work on this task.learn more

+ {% endif %} {% if claims %} List of all the claims for the task {{task.title}}
{% for claim in claims %} @@ -20,7 +23,7 @@ Click here to view the task.
{% endif %} {% if task_claimed and is_mentor %} - Select a user to assign the work. + Select a user to assign the work.learn more {% endif %} {% if user_can_claim %} {% if errors %} @@ -30,11 +33,11 @@ {% endif %}
- Please note that you can claim only once and so write your proposal carefully.
Claim proposal:

- +
+ Please note that you can claim only once and so write your proposal carefully.
{% endif %} {% endblock %}