Merge pull request #52 from 3edgy6u/master

fixed poster_ids
This commit is contained in:
Marcin Łabanowski 2014-05-08 00:55:54 +02:00
commit a6b8a73be4

View File

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