banned.html: adjust image size

This commit is contained in:
Zankaria 2024-04-10 11:58:49 +02:00
parent 2092661af4
commit 7805530e41
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 820 KiB

View File

@ -1,7 +1,7 @@
{% filter remove_whitespace %}
{# Automatically removes unnecessary whitespace #}
<div class="ban">
<img width="420" height="315" src="static/banned.jpg" alt="Purge list: you">
<img width="420" height="600" src="static/banned.jpg" alt="Purge list: you">
{% if ban.expires and time() >= ban.expires %}
<h2>{% trans %}You were banned! ;_;{% endtrans %}</h2>
{% else %}