diff --git a/fedireads/templates/feed.html b/fedireads/templates/feed.html index b185e232..dd2fb873 100644 --- a/fedireads/templates/feed.html +++ b/fedireads/templates/feed.html @@ -78,9 +78,9 @@
{% include 'snippets/book.html' with book=activity.book size=large %} -

{{ activity.name }}

-

{{ activity.rating | stars }}

-

{{ activity.review_content | safe }}

+

{{ activity.content.name }}

+

{{ activity.content.rating | stars }}

+

{{ activity.content.content | safe }}

{% elif activity.activity_type == 'Follow' %}