From f15626b2cbc50057dc64b8096406bdb34b955b58 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 31 Jan 2021 11:13:05 -0800 Subject: [PATCH] Null state for search results --- bookwyrm/templates/lists/list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 04fd5e116..ee9d5f999 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -82,6 +82,9 @@

Clear search

{% endif %} + {% if not suggested_books %} +

No books found{% if query %} matching the query "{{ query }}"{% endif %}

+ {% endif %} {% for book in suggested_books %}