:: rewrite ::
This commit is contained in:
parent
e30a136cc2
commit
775cbae281
23 changed files with 724 additions and 326 deletions
21
templates/abuse.html.tera
Normal file
21
templates/abuse.html.tera
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% extends "base" %}
|
||||
{% block title %}report abuse{% endblock title %}
|
||||
{% block content %}
|
||||
We ask that you report any abuse you find to: abuse@iwakura.rip.<br>
|
||||
Please make sure your e-mail contains the following:
|
||||
<ol>
|
||||
<li>Type of abuse</li>
|
||||
<li>Evidence (no screenshots, <b>hard evidence only</b>)</li>
|
||||
<li>Origin of abuse (e-mail address, IP, domain etc)</li>
|
||||
<li>Additional information that might help us.</li>
|
||||
</ol>
|
||||
|
||||
Please consider the following when sending an abuse e-mail.
|
||||
<ol>
|
||||
<li>We are *not* able to provide any personal identifiable information, as we do not store them.</li>
|
||||
<li>We take abuse notifications very serious. Sending us multiple false abuse reports will result in a permanent block from our mailserver.</li>
|
||||
<li>We try to respond within 48 hours. Do not flood our inboxes.</li>
|
||||
<li>Please be respectful at all times.</li>
|
||||
</ol>
|
||||
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue