From bd238a01d7d6b223b94194be3a8577cd05faa975 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 16 2015 11:29:59 +0000 Subject: Display the private checkbox in the new_issue template --- diff --git a/progit/templates/new_issue.html b/progit/templates/new_issue.html index 0e38e2c..8a39157 100644 --- a/progit/templates/new_issue.html +++ b/progit/templates/new_issue.html @@ -30,6 +30,7 @@ {{ render_field_in_row(form.title) }} {{ render_field_in_row(form.issue_content) }} {{ render_field_in_row(form.status) }} + {{ render_field_in_row(form.private) }}

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