9dab9179f9
previous code did not work
8 lines
172 B
HTML
8 lines
172 B
HTML
{% if config.poster_ids %}
|
|
{% if post.thread %}
|
|
ID: {{ post.ip|poster_id(post.thread) }}
|
|
{% else %}
|
|
ID: {{ post.ip|poster_id(post.id) }}
|
|
{% endif %}
|
|
{% endif %}
|