diff -r e848bd3ad41f -r da4c6b1cec7d pytask/templates/task/view.html --- a/pytask/templates/task/view.html Tue Jan 11 14:30:25 2011 +0530 +++ b/pytask/templates/task/view.html Tue Jan 11 14:57:16 2011 +0530 @@ -27,12 +27,7 @@ on {{task.creation_datetime|date:"D d M Y"}} at {{task.creation_datetime|time:"H:i"}}
{% if reviewers %} - {% ifequal task.status "UP" %} - Task can be viewed by: - {% else %} Reviewers: - {% endifequal %} - {% for reviewer in reviewers %} {{reviewer.username}} {% endfor %} @@ -41,11 +36,7 @@ {% if can_mod_reviewers %} - {% ifequal task.status "UP" %} - Request others to view/edit the task - {% else %} - Add another Reviewer to this task - {% endifequal %} + Add a Reviewer to this task {% endif %}