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 -%}