diff -r 8fcde6f8f750 -r ed2dadfc829a pytask/templates/task/view_textbook.html --- a/pytask/templates/task/view_textbook.html Tue Jan 11 12:30:10 2011 +0530 +++ b/pytask/templates/task/view_textbook.html Tue Jan 11 12:36:55 2011 +0530 @@ -13,7 +13,7 @@ Approve Text book {% endif %} -
created by {{ textbook.created_by.username }} +
created by {{ textbook.created_by.username }} on {{textbook.creation_datetime|date:"D d M Y"}} at {{textbook.creation_datetime|time:"H:i"}}

@@ -46,7 +46,7 @@ {% if comments %} comments:

{% for comment in comments %} - {{ comment.commented_by.username }} + {{ comment.commented_by.username }} on {{ comment.comment_datetime|date:"D d M Y"}} at {{comment.comment_datetime|time:"H:i"}} wrote:
{{ comment.data|linebreaksbr }}
{% endfor %}