diff --git a/templates/banned.html b/templates/banned.html index 13f5589a..6fd1e6ca 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -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) }}