diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html
index 4526e98..98fb0fe 100644
--- a/pagure/templates/issue.html
+++ b/pagure/templates/issue.html
@@ -307,7 +307,7 @@
{% endif %}
- {% if authenticated and g.repo_admin %}
+ {% if authenticated and g.repo_user %}
{{ render_bootstrap_field(form.private,
formclass="issue-metadata-form") }}
{% endif%}