forked from leftypol/leftypol
modularize post templates a little more
This commit is contained in:
parent
c4317cdbf7
commit
59874b8376
7 changed files with 39 additions and 54 deletions
3
templates/post/ip.html
Normal file
3
templates/post/ip.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue