diff --git a/fedireads/templates/snippets/covers_shelf.html b/fedireads/templates/snippets/covers_shelf.html index 5eeb07b5..f12cfcfd 100644 --- a/fedireads/templates/snippets/covers_shelf.html +++ b/fedireads/templates/snippets/covers_shelf.html @@ -15,7 +15,7 @@ - {% include 'snippets/shelve_button.html' with book=book %} + {% include 'snippets/shelve_button.html' with book=book hide_pulldown=True %} {% endfor %} diff --git a/fedireads/templates/snippets/shelve_button.html b/fedireads/templates/snippets/shelve_button.html index 9ff462bc..0762576f 100644 --- a/fedireads/templates/snippets/shelve_button.html +++ b/fedireads/templates/snippets/shelve_button.html @@ -6,22 +6,26 @@ {% csrf_token %} -
+ + +{% if not hide_pulldown %} +
- +
+{% endif %}
{% endif %}