commit
a6b8a73be4
@ -1,3 +1,7 @@
|
||||
{% if config.poster_ids %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
{% if post.thread %}
|
||||
ID: {{ post.ip|poster_id(post.thread) }}
|
||||
{% else %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user