Vastly improved banned.html

Added 'You've been banned' video.
This commit is contained in:
Kashire 2016-08-22 19:40:17 -05:00 committed by GitHub
parent c0e95b9b34
commit e4a6e62e9b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +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>
{% 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 %}