From bcd83ee802970ce092364c41c48dfcaa311b2da7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 10 Mar 2022 09:16:44 -0800 Subject: [PATCH] Fixes list notes icon --- bookwyrm/templates/lists/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 1d5abd89..2e01bfb1 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -117,7 +117,7 @@ {% trans "Add notes" %} - + {% include "lists/edit_item_form.html" with book=item.book %}