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