diff --git a/bookwyrm/templates/snippets/status_body.html b/bookwyrm/templates/snippets/status_body.html index bcc92cb3..b6ec030f 100644 --- a/bookwyrm/templates/snippets/status_body.html +++ b/bookwyrm/templates/snippets/status_body.html @@ -2,7 +2,7 @@ {% load humanize %} {% if not status.deleted %} -
+
@@ -13,9 +13,9 @@
-
+
{% include 'snippets/status_content.html' with status=status %} -
+ -
+ {% else %} -
+

{% include 'snippets/avatar.html' with user=status.user %} @@ -105,5 +105,5 @@ deleted this status

-
+ {% endif %}