leftypol/templates/post/poster_id.html

4 lines
79 B
HTML
Raw Normal View History

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