# HG changeset patch
# User nishanth
# Date 1267483762 -19800
# Node ID 8f31ed9817fa5b239129e442fa72b9eb7919709c
# Parent d69a562f969ddf23286d4f4657496e588b897c2b
now view_task page also shows tags for the task.
diff -r d69a562f969d -r 8f31ed9817fa templates/task/view.html
--- a/templates/task/view.html Tue Mar 02 04:06:32 2010 +0530
+++ b/templates/task/view.html Tue Mar 02 04:19:22 2010 +0530
@@ -48,7 +48,14 @@
Description:
{{ task.desc|linebreaksbr }}
-
+
+ {% if task.tags.count %}
+ Tags:
+ {% for tag in task.tags %}
+ tag
+ {% endfor %}
+
+ {% endif %}
{% if deps %}
@@ -65,7 +72,6 @@
{% else %}
{% if subs %}
- 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}}
@@ -100,6 +106,10 @@
{% ifequal task.status "OP" %}
There are no users working on this task.
{% endifequal %}
+
+ {% if subs %}
+
This task cannot be claimed.. It exists only to show all of its sub tasks in one place.
+ {% endif %}
{% if assigned_users %}
Users working on this task: