Small ui fixes

This commit is contained in:
Mouse Reeve
2020-09-30 09:00:33 -07:00
parent 1d5d7f8965
commit 9efe1a3990
5 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,6 @@
<div class="media-left">
<div>
<a href="/book/{{ status.book.id }}">{% include 'snippets/book_cover.html' with book=status.book %}</a>
{% include 'snippets/rate_action.html' with book=status.book user=request.user %}
{% include 'snippets/shelve_button.html' with book=status.book %}
</div>
</div>