13 lines
445 B
Text
13 lines
445 B
Text
{% 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, these can be faked.)</li>
|
|
<li>Origin of abuse (e-mail address, IP, domain etc)</li>
|
|
<li>Additional information that might help us.</li>
|
|
</ol>
|
|
{% endblock content %}
|