Files
interchan/board/templates/board/rules.html
2022-07-17 18:53:56 -07:00

67 lines
2.2 KiB
HTML

{% extends "board/base.html" %}
{% load i18n %}
{% block title %}Rules {{block.super}}{% endblock title %}
{% block content %}
<div class="row">
<div class="column">&nbsp;</div>
<div class="column"><h2>Rules</h2></div>
<div class="column">&nbsp;</div>
</div>
<div class="row">
<div class="column">&nbsp;</div>
<div class="column">
<p>
The rules exist to create a place for everyone to post. You are welcome
to have fun, but your fun should not come at the expense of others.
Violations of any of these rules may result in a ban.
</p>
<p>
Please remember: most bans are not permanent and last only a few days.
If you receive a ban, it is not the end of the world. Log off and take a
break.
</p>
<h3>
Global rules
</h3>
<p>
These rules apply to all boards unless noted otherwise.
</p>
<p>
<ol>
<li>
Do not post anything that violates United States law.
</li>
<li>
{{settings.SITE_NAME}} is for users aged 18 and older only.
Do not use this website if you are under the age of 18.
</li>
<li>
Do not post anyone's personal information ("dox") or call
for invasions ("raids"). Personal information includes, but
is not limited to:
<ul>
<li>Phone numbers</li>
<li>Addresses</li>
<li>Email addresses</li>
<li>Login information, passwords</li>
<li>Other private information</li>
</ul>
</li>
<li>Do not post pornography.</li>
<li>Do not use posts to advertise.</li>
<li>Do not complain about moderation practices.</li>
<li>Do not impersonate moderators or other staff.</li>
</ol>
</p>
</div>
<div class="column">&nbsp;</div>
</div>
{% endblock content %}