# HG changeset patch # User neko259 # Date 2013-09-09 18:57:00 # Node ID 62ff53f42510cdd569c422ff4919d08afb73af41 # Parent cf2ed04fc6a98f0cbf6bef0dc20b2a38c6e09083 Added admin ban action to the threads list. diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -49,9 +49,11 @@ {% if user.is_moderator %} - ({{ thread.poster_ip }}) [{% trans 'Delete' %}] + ({{ post.poster_ip }}) + [{% trans 'Ban IP' %}] {% endif %}