diff --git a/issue/templates/issue/issue.html b/issue/templates/issue/issue.html index 2e38d11..2999993 100644 --- a/issue/templates/issue/issue.html +++ b/issue/templates/issue/issue.html @@ -94,6 +94,8 @@ + {% elif request.user.is_authenticated %} + Sorry, you are not allowed to comment this issue. {% else %} To post a comment, please login. {% endif %}