From f34f794a2741f75e92f717e3684e1ca43805759c Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 9 Oct 2011 16:28:49 +1100 Subject: [PATCH] Poster ID bug --- templates/post_reply.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_reply.html b/templates/post_reply.html index 352baf27..eaa92a74 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -31,7 +31,7 @@ {{ post.time|date(config.post_date) }} {% if config.poster_ids %} - ID: {{ post.ip|poster_id(post.id) }} + ID: {{ post.ip|poster_id(post.thread) }} {% endif %} No.