search endpoint (user part)

This commit is contained in:
Mouse Reeve
2020-01-27 19:57:17 -08:00
parent d2d278b475
commit f7242452fa
6 changed files with 44 additions and 17 deletions

View File

@ -38,7 +38,7 @@
{% endif %}
</div>
<div id="search">
<form action="search">
<form action="/search/">
<input type="text" name="q"></input>
<input type="submit" value="🔍"></input>
</form>