leftypol/templates/post/ip.html

4 lines
206 B
HTML
Raw Normal View History

2024-12-18 22:26:55 +01:00
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
[<a class="ip-link" style="margin:0;" href="?/user_posts/ip/{{ post.ip }}">{{ post.ip }}</a>] {# Keep this space #}
{% endif %}