diff --git a/apps/addons/templates/addons/report_abuse.html b/apps/addons/templates/addons/report_abuse.html index 48b3909..24b484d 100644 --- a/apps/addons/templates/addons/report_abuse.html +++ b/apps/addons/templates/addons/report_abuse.html @@ -4,6 +4,12 @@ {% if hide %}{{ _('Report Abuse') }}{% endif %}
  1. +

    {% trans url=remora_url('developers/docs/policies') %} + If you suspect this add-on violates our policies or + has security or privacy issues, please use the form below to describe your + concerns. Please do not use this form for any other reason.{% endtrans %}

    +
  2. +
  3. {{ csrf() }} {{ abuse_form.as_p()|safe }}