banned.php now shows a pretty page instead of an ugly one. credits to JamesJDillon @ Lainchan

This commit is contained in:
runit
2022-09-27 09:01:54 -04:00
committed by Fredrick Brennan
parent 4e5fecebd2
commit f62acd5c1a
2 changed files with 21 additions and 5 deletions

7
templates/notbanned.html Normal file
View File

@@ -0,0 +1,7 @@
{% 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 %}