4 lines
177 B
HTML
4 lines
177 B
HTML
|
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
|
||
|
[<a class="ip-link" style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
|
||
|
{% endif %}
|