leftypol/templates/post/poster_id.html

8 lines
172 B
HTML
Raw Normal View History

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