Revamps search page

still needs to expand user search to do database lookups
This commit is contained in:
Mouse Reeve
2020-10-14 09:19:23 -07:00
parent a6d436d05d
commit 4ba9b7a119
3 changed files with 62 additions and 13 deletions

View File

@ -6,6 +6,7 @@
<p>No results found for "{{ query }}"</p>
{% endif %}
{% for result in results %}
{{ result }}
<div class="block">
{% include 'snippets/avatar.html' with user=result %}</h2>
{% include 'snippets/username.html' with user=result show_full=True %}</h2>