iwakuweb/templates/abuse.html.tera
2025-06-10 16:27:45 +02:00

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 %}