forked from mirrors/bookwyrm
Space between shelve button and isbn on book page
This commit is contained in:
parent
f0876b57c5
commit
63b319e286
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@
|
|||
{% include 'snippets/book_cover.html' with book=book size=large %}
|
||||
{% include 'snippets/rate_action.html' with user=request.user book=book %}
|
||||
</div>
|
||||
{% include 'snippets/shelve_button/shelve_button.html' %}
|
||||
<div class="mb-3">
|
||||
{% include 'snippets/shelve_button/shelve_button.html' %}
|
||||
</div>
|
||||
|
||||
{% if request.user.is_authenticated and not book.cover %}
|
||||
<div class="block">
|
||||
|
|
Loading…
Reference in a new issue