diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html index f02219bc..e1580fa5 100644 --- a/bookwyrm/templates/feed.html +++ b/bookwyrm/templates/feed.html @@ -50,7 +50,7 @@ {% include 'snippets/book_titleby.html' with book=book %}
- + {% include 'snippets/toggle/toggle_button.html' with label="close" controls_text="no-book" class="delete" %}
diff --git a/bookwyrm/templates/snippets/finish_reading_modal.html b/bookwyrm/templates/snippets/finish_reading_modal.html index a057b29d..06874c06 100644 --- a/bookwyrm/templates/snippets/finish_reading_modal.html +++ b/bookwyrm/templates/snippets/finish_reading_modal.html @@ -6,7 +6,7 @@