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