Search local users as well as webfinger

This commit is contained in:
Mouse Reeve
2020-10-14 09:54:07 -07:00
parent b36b306934
commit aa2e4da6f0
2 changed files with 14 additions and 4 deletions

View File

@ -24,7 +24,7 @@
</section>
{% endif %}
{% endfor %}
{% if not results %}
{% if not book_results %}
<p>No books found for "{{ query }}"</p>
{% endif %}
</div>