Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created November 5, 2010 00:33
Show Gist options
  • Save andymckay/663459 to your computer and use it in GitHub Desktop.
Save andymckay/663459 to your computer and use it in GitHub Desktop.
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 %}<legend><a href="#">{{ _('Report Abuse') }}</a></legend>{% endif %}
<ol>
<li>
+ <p>{% trans url=remora_url('developers/docs/policies') %}
+ If you suspect this add-on violates <a href="{{ url }}">our policies</a> 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 %}</p>
+ </li>
+ <li>
{{ csrf() }}
{{ abuse_form.as_p()|safe }}
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment