diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html
index f31ac29..fd72779 100644
--- a/pagure/templates/pull_request.html
+++ b/pagure/templates/pull_request.html
@@ -73,7 +73,7 @@
>tree)
{% endif %}
-{% if form and repo_admin %}
+{% if form and (repo_admin or remote_git) %}