Browse Source

class around poster IDs

pull/40/head
8chan 10 years ago
committed by czaks
parent
commit
93b30d6829
  1. 4
      templates/post/poster_id.html

4
templates/post/poster_id.html

@ -1,7 +1,7 @@
{% if config.poster_ids %}
{% if post.thread %}
ID: {{ post.ip|poster_id(post.thread) }}
ID: <span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
{% else %}
ID: {{ post.ip|poster_id(post.id) }}
ID: <span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
{% endif %}
{% endif %}

Loading…
Cancel
Save