diff --git a/static/banned.jpg b/static/banned.jpg new file mode 100644 index 00000000..7c9affc6 Binary files /dev/null and b/static/banned.jpg differ diff --git a/templates/banned.html b/templates/banned.html index 973daf9c..b3f97caa 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -1,7 +1,7 @@ {% filter remove_whitespace %} {# Automatically removes unnecessary whitespace #}
- + Purge list: you {% if ban.expires and time() >= ban.expires %}

{% trans %}You were banned! ;_;{% endtrans %}

{% else %} @@ -31,7 +31,7 @@ {% endif %}

{% trans %}Your ban was filed on{% endtrans %} - {{ ban.created|date(config.ban_date) }} + {{ ban.created|date(config.ban_date) }} {% if config.show_modname %} {% if ban.username %} {% trans %}by{% endtrans %} {{ ban.username }} @@ -44,9 +44,7 @@ {% trans %} has since expired. Refresh the page to continue.{% endtrans %} {% elseif ban.expires %} {% trans %}expires{% endtrans %} {{ ban.expires|until }} {% trans %}from now, which is on{% endtrans %} - - {{ ban.expires|date(config.ban_date) }} - + {{ ban.expires|date(config.ban_date) }}