Browse Source

Poster ID bug

pull/40/head
Savetheinternet 13 years ago
parent
commit
f34f794a27
  1. 2
      templates/post_reply.html

2
templates/post_reply.html

@ -31,7 +31,7 @@
{{ post.time|date(config.post_date) }} {{ post.time|date(config.post_date) }}
</label> </label>
{% if config.poster_ids %} {% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }} ID: {{ post.ip|poster_id(post.thread) }}
{% endif %} {% endif %}
<a class="post_no" {% if not index %}onclick="highlightReply({{ post.id }})" {% endif %}href="{{ post.link }}">No.</a> <a class="post_no" {% if not index %}onclick="highlightReply({{ post.id }})" {% endif %}href="{{ post.link }}">No.</a>
<a class="post_no" <a class="post_no"

Loading…
Cancel
Save