banned.html: change ban image to stalin's purge list

This commit is contained in:
Zankaria 2024-04-10 11:43:54 +02:00
parent b50578ffa9
commit 2092661af4
2 changed files with 1 additions and 1 deletions

BIN
static/banned.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View file

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