1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00
vichan/templates/post/poster_id.html
Jason Lam 9dab9179f9 Update poster_id.html
previous code did not work
2014-05-07 18:37:48 -04:00

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