banned.html: add breakline newline after image

This commit is contained in:
Zankaria 2024-04-10 16:59:25 +02:00
parent e5c8923c1c
commit 45e4153d5b

View File

@ -2,6 +2,7 @@
{# Automatically removes unnecessary whitespace #}
<div class="ban">
<img style="display:block;margin-left:auto;margin-right:auto;" width="420" height="600" src="static/banned.jpg" alt="Purge list: you">
<br>
{% if ban.expires and time() >= ban.expires %}
<h2>{% trans %}You were banned! ;_;{% endtrans %}</h2>
{% else %}