From 48ad4dbd75bcc6fb6668b748716f152a812bb35d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 24 2014 15:00:55 +0000 Subject: Display the issue status when editing an issue --- diff --git a/progit/templates/new_issue.html b/progit/templates/new_issue.html index 8fcb863..ad5ecf4 100644 --- a/progit/templates/new_issue.html +++ b/progit/templates/new_issue.html @@ -36,6 +36,7 @@ {{ render_field_in_row(form.title) }} {{ render_field_in_row(form.content) }} + {{ render_field_in_row(form.status) }}

{% if not type or type == 'new' %}