leftypol_lainchan/templates/notbanned.html

8 lines
209 B
HTML

{% apply remove_whitespace %}
{# Automatically removes unnecessary whitespace #}
<div class="ban">
<h2>You are not banned!</h2>
<p class="reason">Well done on not being terrible!</p>
</div>
{% endapply %}