Fixes feed for changes to reviewactivity schema

This commit is contained in:
Mouse Reeve 2020-02-15 12:51:40 -08:00
parent 8aa6676e6c
commit 41fcc7f2e8

View file

@ -78,9 +78,9 @@
<div class="book-preview review">
{% include 'snippets/book.html' with book=activity.book size=large %}
<h3>{{ activity.name }}</h3>
<p>{{ activity.rating | stars }}</p>
<p>{{ activity.review_content | safe }}</p>
<h3>{{ activity.content.name }}</h3>
<p>{{ activity.content.rating | stars }}</p>
<p>{{ activity.content.content | safe }}</p>
</div>
<div class="interaction"><button>⭐️ Like</button></div>
{% elif activity.activity_type == 'Follow' %}