diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 85670e6..aa3b513 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -9,6 +9,7 @@

Issue #{{ issue.id }}

+{% if authenticated and form %}
@@ -26,6 +27,7 @@ {{ form.csrf_token }}
+{% endif %}

@@ -69,6 +71,7 @@
+{% if authenticated %}
@@ -79,5 +82,8 @@
+{% else %} +

Login to comment on this ticket.

+{% endif %} {% endblock %}