diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html
index 0877448..a871424 100644
--- a/pagure/templates/_formhelper.html
+++ b/pagure/templates/_formhelper.html
@@ -138,7 +138,7 @@
{% endif %}
- {% if id != 0 and g.fas_user and comment.parent.status in [True, 'Open'] or repo_admin %}
+ {% if id != 0 and g.fas_user and comment.parent.status in [True, 'Open'] %}
@@ -178,7 +178,7 @@
- {% if repo_admin or g.fas_user %}
+ {% if g.fas_user %}