diff --git a/progit/templates/issues.html b/progit/templates/issues.html
index 4fe2877..eccdbb5 100644
--- a/progit/templates/issues.html
+++ b/progit/templates/issues.html
@@ -41,8 +41,8 @@
{{ issue.title }}
Opened by
-
- {{issue.user}}
+
+ {{issue.user.user}}
on {{ issue.date_created.strftime('%Y-%m-%d %H:%M') }}
{% endfor %}