forked from leftypol/leftypol
Fix invisible not-banned text in some themes
This commit is contained in:
parent
9bb9ee0cbe
commit
ac31e745c1
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
{% filter remove_whitespace %}
|
||||
{# Automatically removes unnecessary whitespace #}
|
||||
<div class="ban">
|
||||
<h1>You are not banned! Well done on not being terrible!</h1>
|
||||
<h2>You are not banned!</h2>
|
||||
<p class="reason">Well done on not being terrible!</p>
|
||||
</div>
|
||||
{% endfilter %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue