diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 76e7904..ad33a25 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -358,7 +358,7 @@ {% endif %} - {% if authenticated and repo.settings.get('pull_request_access_only') %} + {% if g.authenticated and repo.settings.get('pull_request_access_only') %}