Created
November 5, 2010 00:33
-
-
Save andymckay/663459 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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