leftypol_vichan/templates/post/ip.html

4 lines
193 B
HTML
Raw Normal View History

{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
2021-02-13 13:11:41 +00:00
[<a class="ip-link" style="margin:0;" href="?/IP/{{ post.ip|cloak_ip }}">{{ post.ip|cloak_ip }}</a>]
{% endif %}