diff --git a/progit/templates/issue.html b/progit/templates/issue.html index f919462..2f492b9 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -27,6 +27,11 @@ {% block repo %} +{% if authenticated and form %} +
+{% endif %} +

#{{ issueid }} {{ issue.title }} {% if authenticated %} @@ -36,12 +41,9 @@ {% endif %}