pytask/templates/task/view.html
changeset 547 1bfa67f465b4
parent 543 57b0f8f80ebf
--- a/pytask/templates/task/view.html	Tue Feb 01 15:02:52 2011 +0530
+++ b/pytask/templates/task/view.html	Tue Feb 01 15:03:24 2011 +0530
@@ -52,13 +52,7 @@
   <br /><br /><hr />
 
   {% if task.tags.count %}
-
-    Tags: 
-    {% for tag in task.tags %}
-      {{tag}}
-    {% endfor %}
-    <hr />
-
+    Tags: {% as_tags task.tags %}<hr />
   {% endif %}
 
   {% if selected_users %}