diff -r c28774fe7ffd -r 36d3173ab7f9 templates/task/view.html
--- a/templates/task/view.html Thu Feb 04 22:37:15 2010 +0530
+++ b/templates/task/view.html Thu Feb 04 23:10:30 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 %}