diff -r c43e0114e593 -r a74a32a5a3e1 templates/task/view.html --- a/templates/task/view.html Mon Mar 01 05:18:44 2010 +0530 +++ b/templates/task/view.html Mon Mar 01 05:41:12 2010 +0530 @@ -61,8 +61,8 @@ {% else %} {% if subs %} - -
The task has following sub tasks.
+ This task cannot be claimed.. It exists only to show all of its sub tasks in one place.
+ The task has following sub tasks.
{% for sub in subs %} {{sub.title}}
{% endfor %}