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' %}