leftypol/templates/notbanned.html
2016-08-30 09:18:33 +01:00

8 lines
211 B
HTML

{% filter 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>
{% endfilter %}