From aef594720ed960e54785faf879e317193cc42f16 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 10 Feb 2011 13:10:52 +0530 Subject: Display the number of Pynts assigned for a task on task view page. --- pytask/templates/task/view.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pytask/templates/task/view.html b/pytask/templates/task/view.html index 9eacf71..66bc72a 100644 --- a/pytask/templates/task/view.html +++ b/pytask/templates/task/view.html @@ -45,16 +45,18 @@ {% endif %}
+
+ Pynts: {{ task.pynts }}
+ {% if task.tags.count %} + Tags: {% as_tags task.tags %}
+ {% endif %} +
Description:
{{ task.desc|linebreaksbr }}


- {% if task.tags.count %} - Tags: {% as_tags task.tags %}
- {% endif %} - {% if selected_users %} Users working on this task: -- cgit