From 59ed49f082549f01d691cbfbd714ed1b9ba321cf Mon Sep 17 00:00:00 2001 From: Joachim Date: Sat, 24 Apr 2021 20:39:54 +0200 Subject: [PATCH] Update status_header.html --- bookwyrm/templates/snippets/status/status_header.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/snippets/status/status_header.html b/bookwyrm/templates/snippets/status/status_header.html index 49353cbd..6d94bbe2 100644 --- a/bookwyrm/templates/snippets/status/status_header.html +++ b/bookwyrm/templates/snippets/status/status_header.html @@ -41,6 +41,10 @@ {% elif status.reply_parent %} {% with parent_status=status|parent %} + {% blocktrans with username=parent_status.user.display_name user_path=parent_status.user.local_path status_path=parent_status.local_path %}replied to {{ username}}'s status{% endblocktrans %} + {% endwith %} + {% endif %} + {% if status.book %} {% if status.status_type == 'GeneratedNote' or status.status_type == 'Rating' %} {{ status.book|title }}{% if status.status_type == 'Rating' %}: @@ -52,12 +56,9 @@