Added a better 'not banned' response if a user navigates to banned.php whilst not being banned.

This commit is contained in:
JamesJDillon 2016-08-28 23:33:23 +01:00
parent 7c27823868
commit 8525aaabfa
2 changed files with 22 additions and 6 deletions

6
templates/notbanned.html Normal file
View file

@ -0,0 +1,6 @@
{% filter remove_whitespace %}
{# Automatically removes unnecessary whitespace #}
<div class="ban">
<h1>You are not banned! Well done on not being terrible!</h1>
</div>
{% endfilter %}