Update poster_id.html

previous code did not work
This commit is contained in:
Jason Lam 2014-05-07 18:37:48 -04:00 committed by czaks
parent f7278e5a61
commit bf7304622a

View File

@ -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 %}