diff --git a/templates/mod/ban_list.html b/templates/mod/ban_list.html index 88b8b7ee..2edb9cdf 100644 --- a/templates/mod/ban_list.html +++ b/templates/mod/ban_list.html @@ -2,7 +2,7 @@

({% trans 'There are no active bans.' %})

{% else %}
- +
@@ -54,7 +54,7 @@ {% else %} {{ ban.expires|date(config.post_date) }} {% if ban.expires > time() %} - ({{ ban.expires|until }}) + (in {{ ban.expires|until }}) {% endif %} {% endif %}
{% trans 'IP address/mask' %} {% trans 'Reason' %}