forked from leftypol/leftypol
Added a better 'not banned' response if a user navigates to banned.php whilst not being banned.
This commit is contained in:
parent
7c27823868
commit
8525aaabfa
2 changed files with 22 additions and 6 deletions
6
templates/notbanned.html
Normal file
6
templates/notbanned.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue