From c205126c5445f4a5120932b0689c54e108c16a52 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 17 Jan 2021 20:39:18 -0800 Subject: [PATCH] Fixes close button in mobile suggested compose --- bookwyrm/templates/feed.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html index 61017001f..58acfe985 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 %}