From 6d1573ac12d8c688b411631c8d4adb217390df1d Mon Sep 17 00:00:00 2001 From: Christian Veigl Date: Wed, 19 Sep 2012 08:58:43 +0000 Subject: [PATCH] access the actual ip with the correct key (mantis:2115) --- root/tt/bans_ips.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/tt/bans_ips.tt b/root/tt/bans_ips.tt index 910293b..40b558e 100644 --- a/root/tt/bans_ips.tt +++ b/root/tt/bans_ips.tt @@ -18,11 +18,11 @@ [% FOREACH ip IN banned_ips %]
  • -
    [% ip %]
    +
    [% ip.ip %]
    [% UNLESS Catalyst.session.admin.read_only %]
    - +