leftypol_vichan/templates/not_banned.html

7 lines
160 B
HTML
Raw Normal View History

{% filter remove_whitespace %}
<div class="ban">
<h2>You are not banned!</h2>
<p class="reason">Well done on not being terrible!</p>
</div>
{% endfilter %}