forked from leftypol/leftypol
Poster ID bug
This commit is contained in:
parent
fe86fed3a5
commit
f34f794a27
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
{{ post.time|date(config.post_date) }}
|
||||
</label>
|
||||
{% if config.poster_ids %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
ID: {{ post.ip|poster_id(post.thread) }}
|
||||
{% endif %}
|
||||
<a class="post_no" {% if not index %}onclick="highlightReply({{ post.id }})" {% endif %}href="{{ post.link }}">No.</a>
|
||||
<a class="post_no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue