diff -r 10a488a6fbba -r 13ceb76fd0a3 templates/task/view.html --- a/templates/task/view.html Tue Mar 02 14:51:59 2010 +0530 +++ b/templates/task/view.html Tue Mar 02 15:03:48 2010 +0530 @@ -136,12 +136,15 @@ {% for comment in comments %} {{ comment.created_by.username }} on {{ comment.creation_datetime|date:"D d M Y"}} at {{comment.creation_datetime|time:"H:i"}} wrote:
- {{ comment.data }}

+ {{ comment.data|linebreaksbr }}

{% endfor %} {% endif %} {% if not is_guest %}
+ {% if error_msg %} + {{error_msg}}
+ {% endif %} {% ifnotequal task.status "CM" %} Add comment: