Null state for search results

This commit is contained in:
Mouse Reeve 2021-01-31 11:13:05 -08:00
parent 6a68fe9475
commit f15626b2cb

View file

@ -82,6 +82,9 @@
<p class="help"><a href="{% url 'list' list.id %}">Clear search</a></p>
{% endif %}
</form>
{% if not suggested_books %}
<p>No books found{% if query %} matching the query "{{ query }}"{% endif %}</p>
{% endif %}
{% for book in suggested_books %}
<div class="block columns">
<div class="column is-narrow">