mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
class around poster IDs
This commit is contained in:
parent
c7351dff09
commit
93b30d6829
@ -1,7 +1,7 @@
|
|||||||
{% if config.poster_ids %}
|
{% if config.poster_ids %}
|
||||||
{% if post.thread %}
|
{% if post.thread %}
|
||||||
ID: {{ post.ip|poster_id(post.thread) }}
|
ID: <span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
ID: {{ post.ip|poster_id(post.id) }}
|
ID: <span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user