diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 1c547bc..78a756a 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -40,7 +40,7 @@ - {% elif pull_request.status == 'Open' and + {% elif pull_request.status == 'Open' and authenticated and (repo_admin or g.fas_user.username == pull_request.user.username) %}