From 4c2dd98e5a219da85dd9a2a43d4b72fdcc2452a7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 05 2015 09:54:48 +0000 Subject: Adjust the issue template to assign the ticket to someone --- 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 %}