diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 1434a7c..f370ed3 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -22,7 +22,10 @@ {% endif %} {{ issue.title }} - {{ issue.date_created.strftime('%Y-%m-%d %H:%M') }} + Opened by + + {{issue.user}} + on {{ issue.date_created.strftime('%Y-%m-%d %H:%M') }} {% endfor %}