diff -r c6038cbf8a39 -r 293692eb8f06 pytask/templates/task/view.html
--- a/pytask/templates/task/view.html Mon Feb 01 11:41:26 2010 +0530
+++ b/pytask/templates/task/view.html Mon Feb 01 15:00:40 2010 +0530
@@ -20,12 +20,15 @@
{{ task.desc }}
status of task is {{task.status}}
- {% if user_can_view_claim %}
+ {% if assigned_user %}
+ Task has been assigned to {{assigned_user.username}}
+ {% endif %}
+ {% if not is_guest %}
View claims
- view claims goes here depending on availability of claim
{% endif %}
{% if comments %}
+
comments:
{% for comment in comments %}
{{ comment.created_by.username }} at {{ comment.creation_datetime.ctime }} wrote: