forked from mirrors/bookwyrm
Null state for search results
This commit is contained in:
parent
6a68fe9475
commit
f15626b2cb
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@
|
||||||
<p class="help"><a href="{% url 'list' list.id %}">Clear search</a></p>
|
<p class="help"><a href="{% url 'list' list.id %}">Clear search</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
|
{% if not suggested_books %}
|
||||||
|
<p>No books found{% if query %} matching the query "{{ query }}"{% endif %}</p>
|
||||||
|
{% endif %}
|
||||||
{% for book in suggested_books %}
|
{% for book in suggested_books %}
|
||||||
<div class="block columns">
|
<div class="block columns">
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
|
|
Loading…
Reference in a new issue