1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00
vichan/templates/notbanned.html

8 lines
201 B
HTML
Raw Permalink Normal View History

2023-03-29 23:59:28 +02:00
{% apply spaceless %}
{# Automatically removes unnecessary whitespace #}
<div class="ban">
<h2>You are not banned!</h2>
<p class="reason">Well done on not being terrible!</p>
</div>
2023-03-29 23:59:28 +02:00
{% endapply %}