From e8e2f789e5f58275f230df92e0fce7cbeb798ed0 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Mon, 24 Jan 2022 12:37:15 +0100 Subject: [PATCH 1/8] Fix #2287 (books can't be added to shelf from search) --- cps/templates/search.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cps/templates/search.html b/cps/templates/search.html index 32339803..74592587 100644 --- a/cps/templates/search.html +++ b/cps/templates/search.html @@ -9,6 +9,7 @@ {% if g.user.is_authenticated %} {% if g.user.shelf.all() or g.shelves_access %}