1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-14 19:07:39 +01:00
vichan/templates/post/poster_id.html

8 lines
224 B
HTML
Raw Normal View History

{% if config.poster_ids %}
{% if post.thread %}
2014-11-03 09:28:04 +01:00
<span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
{% else %}
2014-11-03 09:28:04 +01:00
<span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
{% endif %}
{% endif %}