1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00
vichan/templates/post/poster_id.html
2014-04-16 15:01:37 +02:00

4 lines
79 B
HTML

{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}