Fixes display of replies

This commit is contained in:
Mouse Reeve 2021-04-20 11:18:59 -07:00
parent 9e5ebf9807
commit cbccb07252

View file

@ -15,11 +15,13 @@
<div class="columns">
{% if not hide_book %}
{% with book=status.book|default:status.mention_books.first %}
{% if book %}
<div class="column is-narrow is-hidden-mobile">
<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>
{% endif %}
{% endwith %}
{% endif %}