Browse Source

banned.html: add breakline newline after image

pull/116/head
Zankaria 3 weeks ago
parent
commit
45e4153d5b
  1. 1
      templates/banned.html

1
templates/banned.html

@ -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 %}

Loading…
Cancel
Save