From 41fcc7f2e835f9cc8b84edd37832c9a6d217cb64 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 15 Feb 2020 12:51:40 -0800 Subject: [PATCH] Fixes feed for changes to reviewactivity schema --- fedireads/templates/feed.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedireads/templates/feed.html b/fedireads/templates/feed.html index b185e2321..dd2fb8734 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' %}