From f6a05c3d72bb63d4cd0c2b9a4cb15695ab394723 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 22 Jul 2023 22:29:29 +0300 Subject: [PATCH] fix location of sig --- files/templates/post.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/templates/post.html b/files/templates/post.html index ccd1508f0..faea3c45f 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -146,11 +146,10 @@ {% if p.is_banned and p.ban_reason %}
removed by @{{p.ban_reason}} (Admin)
{% endif %} - - {% if not p.ghost %} - {{p.author.rendered_sig(v) | safe}} - {% endif %} + {% if not p.ghost %} + {{p.author.rendered_sig(v) | safe}} + {% endif %} {% else %}