1. diff --git a/apps/addons/templates/addons/report_abuse.html b/apps/addons/templates/addons/report_abuse.html
  2. index 48b3909..24b484d 100644
  3. --- a/apps/addons/templates/addons/report_abuse.html
  4. +++ b/apps/addons/templates/addons/report_abuse.html
  5. @@ -4,6 +4,12 @@
  6. {% if hide %}<legend><a href="#">{{ _('Report Abuse') }}</a></legend>{% endif %}
  7. <ol>
  8. <li>
  9. + <p>{% trans url=remora_url('developers/docs/policies') %}
  10. + If you suspect this add-on violates <a href="{{ url }}">our policies</a> or
  11. + has security or privacy issues, please use the form below to describe your
  12. + concerns. Please do not use this form for any other reason.{% endtrans %}</p>
  13. + </li>
  14. + <li>
  15. {{ csrf() }}
  16. {{ abuse_form.as_p()|safe }}
  17. </li>