diff --git a/progit/templates/issue.html b/progit/templates/issue.html
index 367539e..f89b6e9 100644
--- a/progit/templates/issue.html
+++ b/progit/templates/issue.html
@@ -70,7 +70,11 @@
{{ issue.assignee.username }}
{% endif %}
{% if authenticated %}
-
+ {% if issue.assignee -%}
+
+ {%- else -%}
+
+ {%- endif -%}
{% endif %}