leftypol/templates/notbanned.html

8 lines
201 B
HTML
Raw Normal View History

2023-03-29 21:59:28 +00: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 21:59:28 +00:00
{% endapply %}