mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Update poster_id.html
previous code did not work
This commit is contained in:
parent
f7278e5a61
commit
bf7304622a
@ -1,3 +1,7 @@
|
|||||||
{% if config.poster_ids %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user