From bd584151bcb1417d3416ef6d8346c959820393a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 18 Aug 2014 15:21:45 -0700 Subject: [PATCH] fix: message if logged but not perm.create_comment --- issue/templates/issue/issue.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}