forked from GithubBackups/vichan
ip.html: use mod_user_posts_by_ip
This commit is contained in:
parent
4f9bb235f6
commit
3c1b94d261
@ -1,3 +1,3 @@
|
||||
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
|
||||
<span>[<a class="ip-link" style="margin:0;" href="?/IP/{{ post.ip|cloak_ip }}">{{ post.ip|cloak_ip }}</a>]</span>
|
||||
<span>[<a class="ip-link" style="margin:0;" href="?/user_posts/ip/{{ post.ip|cloak_ip }}">{{ post.ip|cloak_ip }}</a>]</span>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user