From 4d3184b762efdb78c4a51f93ae68914aaf453e22 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 19 May 2012 21:08:46 +1000 Subject: [PATCH] width: 100% for ban list --- templates/mod/ban_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' %}