banned.php now shows a pretty page instead of an ugly one. credits to JamesJDillon @ Lainchan
This commit is contained in:
7
templates/notbanned.html
Normal file
7
templates/notbanned.html
Normal 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 %}
|
Reference in New Issue
Block a user