From 93b30d682906a2d0aa6b3bbaaefdbb1aea192f00 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 23 Sep 2014 18:17:33 +0000 Subject: [PATCH] class around poster IDs --- templates/post/poster_id.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post/poster_id.html b/templates/post/poster_id.html index 63cdf562..4efc56ff 100644 --- a/templates/post/poster_id.html +++ b/templates/post/poster_id.html @@ -1,7 +1,7 @@ {% if config.poster_ids %} {% if post.thread %} - ID: {{ post.ip|poster_id(post.thread) }} + ID: {{ post.ip|poster_id(post.thread) }} {% else %} - ID: {{ post.ip|poster_id(post.id) }} + ID: {{ post.ip|poster_id(post.id) }} {% endif %} {% endif %}