diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 13c21fb..05284bf 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -351,6 +351,19 @@ {% endif %} + {% if authenticated and repo.settings.get('pull_request_access_only') %} +
+ +
+ {% endif %} {% block repo %} {% endblock %}