diff -r c083ebb6f8d7 -r 72d57f59a561 templates/task/view.html --- a/templates/task/view.html Wed Mar 03 04:45:38 2010 +0530 +++ b/templates/task/view.html Wed Mar 03 05:14:56 2010 +0530 @@ -52,17 +52,18 @@ {% if task.tags.count %} Tags: {% for tag in task.tags %} - tag + {{tag}} {% endfor %}
{% endif %} {% if deps %} -
The task has following dependencies.
+
The task has following dependencies. {% if can_mod_tasks %} add more dependencies @@ -72,10 +73,11 @@ {% else %} {% if subs %} - The task has following sub tasks.
+ The task has following sub tasks. {% if can_mod_tasks %} add more subtasks