diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 04fd5e11..ee9d5f99 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 %}