From df3994e4846973e6eed984c027828be1994ef3a2 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Fri, 27 Dec 2024 20:35:53 +0100 Subject: [PATCH] allow to navigate to deleted posts --- app/templates/post/_post_reply_teaser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/post/_post_reply_teaser.html b/app/templates/post/_post_reply_teaser.html index 351dc05f..fa33f2bb 100644 --- a/app/templates/post/_post_reply_teaser.html +++ b/app/templates/post/_post_reply_teaser.html @@ -17,7 +17,7 @@
{% if post_reply.post.deleted: -%} - reply to: [deleted post] + reply to: [deleted post] {% else -%} reply to: {{ post_reply.post.title | truncate(80, True) }} {% endif -%}