From 820904e7a2e363e6108774a27bfc6b01ee8c8853 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 14 Oct 2024 12:48:07 +0300 Subject: [PATCH] fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/7160554#context --- files/templates/post.html | 4 ++-- files/templates/post_listing.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/post.html b/files/templates/post.html index 99b6e6967..2aa926d99 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -98,13 +98,13 @@ EFFORTPOST {% endif %} + {% if p.flair %}{{p.flair | safe}}{% endif %} + {% if p.realurl(v) and not v_forbid_deleted %} - {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}} {% else %} - {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}} {% endif %} diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index a714dd49b..d2bfa8070 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -99,8 +99,8 @@ EFFORTPOST {% endif %} + {% if p.flair %}{{p.flair | safe}}{% endif %} - {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}}