forked from leftypol/leftypol
banned.html: center image
This commit is contained in:
parent
9de120201d
commit
f3b2793954
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
{# Automatically removes unnecessary whitespace #}
|
{# Automatically removes unnecessary whitespace #}
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
<img width="420" height="600" src="static/banned.jpg" alt="Purge list: you">
|
<img style="display:block;margin-left:auto;margin-right:auto;" width="420" height="600" 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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue