leftypol/templates/post/poster_id.html
Jason Lam bf7304622a Update poster_id.html
previous code did not work
2014-05-08 00:58:42 +02: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 %}