diff --git a/progit/templates/issue.html b/progit/templates/issue.html index e59fa54..67e5ba9 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -67,6 +67,27 @@ {% endif %} +
+ Assigned: + {% if issue.assignee %} + + {{ issue.assignee.username }} + {% endif %} + {% if authenticated and form_tag %} +
+ + + {{ form_tag.csrf_token }} +
+ {% endif %} +
+ {{ show_comment(issue.user, issue.date_created, issue.content) }} {% if issue.comments %}