diff -r f2623fb8041a -r c6038cbf8a39 pytask/templates/task/view.html --- a/pytask/templates/task/view.html Mon Feb 01 11:10:29 2010 +0530 +++ b/pytask/templates/task/view.html Mon Feb 01 11:41:26 2010 +0530 @@ -20,7 +20,11 @@
{{ task.desc }}

status of task is {{task.status}}
- view claims goes here depending on availability of claim
+ {% if user_can_view_claim %} + View claims
+ view claims goes here depending on availability of claim
+ {% endif %} + {% if comments %}
comments:
{% for comment in comments %}