diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 4f0361d..e17edca 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -556,7 +556,7 @@
- {% if authenticated and mergeform and pull_request.status == 'Open' %} + {% if authenticated and mergeform and pull_request.status == 'Open' and repo_admin %}