From 7d55629823fc09771fa6340990d788b2dcc18ec2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 7 Mar 2021 15:20:09 -0800 Subject: [PATCH] typo fix --- bookwyrm/templates/snippets/status/status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/status/status.html b/bookwyrm/templates/snippets/status/status.html index 08898326..10492c48 100644 --- a/bookwyrm/templates/snippets/status/status.html +++ b/bookwyrm/templates/snippets/status/status.html @@ -4,7 +4,7 @@ {% if status.status_type == 'Announce' %} {% include 'snippets/avatar.html' with user=status.user %} - {{ stauts.user.display_name }} + {{ status.user.display_name }} {% trans "boosted" %} {% include 'snippets/status/status_body.html' with status=status|boosted_status %}