From f3a30c5bf26f47c24c29bbdcba0a93efd5629097 Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Apr 04 2016 14:19:52 +0000 Subject: repo_admin not needed due to g.fas_user --- 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 %}