1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-11 08:43:05 +01:00
2025-01-19 22:12:07 +01:00

4 lines
203 B
HTML

{% 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>
{% endif %}