forked from mirrors/bookwyrm
Fixes feed for changes to reviewactivity schema
This commit is contained in:
parent
8aa6676e6c
commit
41fcc7f2e8
1 changed files with 3 additions and 3 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Reference in a new issue