diff --git a/progit/templates/issue.html b/progit/templates/issue.html index aa3b513..8f0c6c8 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -41,8 +41,8 @@

Opened by - - {{ issue.user }} + + {{ issue.user.user }} on {{ issue.date_created | humanize}}

@@ -58,8 +58,8 @@ {{ comment.comment | rst2html }} {% endautoescape %}

- - {{ comment.user }} + + {{ comment.user.user }} on {{ comment.date_created | humanize}}