forked from leftypol/leftypol
commit
a6b8a73be4
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
{% if config.poster_ids %}
|
{% if config.poster_ids %}
|
||||||
|
{% if post.thread %}
|
||||||
|
ID: {{ post.ip|poster_id(post.thread) }}
|
||||||
|
{% else %}
|
||||||
ID: {{ post.ip|poster_id(post.id) }}
|
ID: {{ post.ip|poster_id(post.id) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue