Shelve books from anywhere you see a book

This commit is contained in:
Mouse Reeve
2020-02-21 16:26:52 -08:00
parent 6c629be667
commit 78336531c9
7 changed files with 32 additions and 21 deletions

View File

@ -12,3 +12,5 @@
{% if description %}
<blockquote>{{ book.data.description | description }}</blockquote>
{% endif %}
{% include 'snippets/shelve-button.html' with book=book pulldown=shelf_pulldown%}