From 9c3755c7a728cbced25a451857f3dbf4be9a38b3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 10:38:37 +0200 Subject: [PATCH] No more span games on posts --- templates/post/poster_id.html | 4 ++-- templates/post/time.html | 2 +- templates/post_reply.html | 1 - templates/post_thread.html | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/post/poster_id.html b/templates/post/poster_id.html index e98187fa..51f0624f 100644 --- a/templates/post/poster_id.html +++ b/templates/post/poster_id.html @@ -1,7 +1,7 @@ {% if config.poster_ids %} {% if post.thread %} - {{ post.ip|poster_id(post.thread) }} + {{ post.ip|poster_id(post.thread) }} {% else %} - {{ post.ip|poster_id(post.id) }} + {{ post.ip|poster_id(post.id) }} {% endif %} {% endif %} diff --git a/templates/post/time.html b/templates/post/time.html index 24d18616..e6273f94 100644 --- a/templates/post/time.html +++ b/templates/post/time.html @@ -1 +1 @@ - + diff --git a/templates/post_reply.html b/templates/post_reply.html index 76b65e05..bf6ddd1f 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -10,7 +10,6 @@ {% include 'post/ip.html' %} {% include 'post/flag.html' %} - {% include 'post/poster_id.html' %} - {% include 'post/poster_id.html' %}