Browse Source

Merge pull request #52 from 3edgy6u/master

fixed poster_ids
pull/40/head
Marcin Łabanowski 10 years ago
parent
commit
a6b8a73be4
  1. 6
      templates/post/poster_id.html

6
templates/post/poster_id.html

@ -1,3 +1,7 @@
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% if post.thread %}
ID: {{ post.ip|poster_id(post.thread) }}
{% else %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}
{% endif %}

Loading…
Cancel
Save