templates/task/view.html
changeset 159 a74a32a5a3e1
parent 156 7cad1e92713d
child 164 bfe621e64a16
--- 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 %}
-            
-                <br />The task has following sub tasks.<br />
+                This task cannot be claimed.. It exists only to show all of its sub tasks in one place.<br />
+                The task has following sub tasks.<br />
                 {% for sub in subs %}
                     <a href="/task/view/tid={{sub.id}}">{{sub.title}}</a><br />
                 {% endfor %}