瀏覽代碼

Vastly improved banned.html

Added 'You've been banned' video.
pull/67/head
Kashire GitHub 7 年之前
父節點
當前提交
e4a6e62e9b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      templates/banned.html

+ 1
- 0
templates/banned.html 查看文件

@@ -1,6 +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>
{% if ban.expires and time() >= ban.expires %}
<h2>{% trans %}You were banned! ;_;{% endtrans %}</h2>
{% else %}


Loading…
取消
儲存