diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 5d1ff0f..9b1dc70 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -12,16 +12,18 @@ {{ user.user }} - {{ date | humanize}} {% if aside %} - {% if authenticated and form %} + {% else %} + Status: {{ issue.status }} {% endif %} + {% endif %}