diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index d60ef165..53c7d74a 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -469,6 +469,10 @@ {{ _("Edit Review") }}
+ {% elif current_user in package.maintainers %} ++ {{ _("You can't review your own package.") }} +
{% else %} {{ render_review_form(package, current_user) }} {% endif %}