forked from leftypol/leftypol
Update poster_id.html
previous code did not work
This commit is contained in:
parent
c25b8f01c5
commit
9dab9179f9
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
{% if config.poster_ids %}
|
||||
{% if post.thread %}
|
||||
ID: {{ post.ip|poster_id(post.thread) }}
|
||||
{% else %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue