diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html index 61017001..58acfe98 100644 --- a/bookwyrm/templates/feed.html +++ b/bookwyrm/templates/feed.html @@ -43,7 +43,7 @@ {% include 'snippets/book_titleby.html' with book=book %}

- {% include 'snippets/toggle/toggle_button.html' with label="close" controls_text="no-book" class="delete" %} + {% include 'snippets/toggle/toggle_button.html' with label="close" controls_text="book" controls_uid=book.id class="delete" nonbutton=True pressed=True %}
@@ -54,9 +54,6 @@ {% endfor %} {% endwith %} {% endfor %} -
- -
{% endif %} {% if goal %}