Browse Source

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

pull/116/head
Zankaria 3 weeks ago
parent
commit
2092661af4
  1. BIN
      static/banned.jpg
  2. 2
      templates/banned.html

BIN
static/banned.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

2
templates/banned.html

@ -1,7 +1,7 @@
{% filter remove_whitespace %}
{# Automatically removes unnecessary whitespace #}
<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 %}
<h2>{% trans %}You were banned! ;_;{% endtrans %}</h2>
{% else %}

Loading…
Cancel
Save