Adds stars to book preview in status

This commit is contained in:
Mouse Reeve
2021-02-23 14:00:19 -08:00
parent f9dd0b0246
commit d0c46060e8
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<div class="column is-narrow">
<div>
<a href="{{ book.local_path }}">{% include 'snippets/book_cover.html' with book=book %}</a>
{% include 'snippets/stars.html' with rating=book|rating:request.user %}
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}
</div>
</div>