diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index 1c1c7fa6..cec3f8ad 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -1,4 +1,5 @@ {% for board_posts in posts %} + {% if board_posts.board.uri in mod.boards or mod.boards.0 == '*' %}
@@ -9,6 +10,7 @@ {{ board_posts.posts|join('
') }}
+ {% endif %} {% endfor %} {% if mod|hasPermission(config.mod.view_notes) %} @@ -184,7 +186,7 @@ {% trans 'Board' %} {% trans 'Action' %} - {% for log in logs %} + {% for log in logs if (log.username == mod.username and mod.type == 20) or mod.type != 20 %} {% if log.username %}