# HG changeset patch # User nishanth # Date 1264787613 -19800 # Node ID 554581fa3253c06fd8f75a513ee12dc9eadad6c2 # Parent 825a497d95b04de280661149b6f24c51a52adc2e corrected a bug in task/view.html . diff -r 825a497d95b0 -r 554581fa3253 pytask/templates/task/view.html --- a/pytask/templates/task/view.html Fri Jan 29 22:18:29 2010 +0530 +++ b/pytask/templates/task/view.html Fri Jan 29 23:23:33 2010 +0530 @@ -3,7 +3,7 @@ {{task.title}} {% endblock %} {% block content %} - Browse tasks + Browse tasks

{{ task.title }}


created by {{ task.created_by.username }} on {{ task.creation_datetime.ctime }}