diff --git a/bookwyrm/templates/snippets/status_content.html b/bookwyrm/templates/snippets/status_content.html index d597c707..eac37271 100644 --- a/bookwyrm/templates/snippets/status_content.html +++ b/bookwyrm/templates/snippets/status_content.html @@ -18,6 +18,13 @@ {% if status.content and status.status_type != 'GeneratedNote' and status.status_type != 'Boost' %} {% include 'snippets/trimmed_text.html' with full=status.content|safe %} {% endif %} + {% if status.attachments %} +