diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index d05ce61..d9c46f7 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -76,7 +76,7 @@ reply {% if id != 0 and g.fas_user and ( - (comment.parent.status == True and g.fas_user.username == comment.user.username) + (comment.parent.status in [True, 'Open'] and g.fas_user.username == comment.user.username) or repo_admin) %}