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 == '*' %}
+ {% endif %} {% endfor %} {% if mod|hasPermission(config.mod.view_notes) %} @@ -184,7 +186,7 @@