aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py
index d3595bd..8b262ad 100644
--- a/cgi/manage.py
+++ b/cgi/manage.py
@@ -794,7 +794,7 @@ def manage(self, path_split):
message = _('Ban successfully deleted.')
template_filename = "message.html"
logAction(staff_account['username'], _(
- 'Deleted ban for %s') % ip)
+ 'Deleted ban for %s') % ip['ipstr'])
else:
message = _(
'There was a problem while deleting that ban. It may have already been removed, or recently expired.')