From 25bb34a88eb695c24f4f97b9854919a0066b6b81 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 31 2014 10:44:36 +0000 Subject: Fix link in the issues template to use the new user model Signed-off-by: Pierre-Yves Chibon --- 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 %}