# HG changeset patch # User Madhusudan.C.S # Date 1295483554 -19800 # Node ID c4e9771a274bf683887401d8be05f5e9022cee45 # Parent dad3fd6464b8b188cdf9a2434edbaacf195e3059 Use the right url reverse name for profile views. diff -r dad3fd6464b8 -r c4e9771a274b pytask/templates/task/view.html --- a/pytask/templates/task/view.html Thu Jan 20 06:02:04 2011 +0530 +++ b/pytask/templates/task/view.html Thu Jan 20 06:02:34 2011 +0530 @@ -62,7 +62,7 @@ Users working on this task: {% for user in selected_users %} - {{user.username}} + {{user.username}} {% endfor %}
@@ -80,7 +80,7 @@ comments:

{% for comment in comments %} - + {{ comment.commented_by.username }} on {{ comment.comment_datetime|date:"D d M Y"}} at