Fixes logic issues in saving user model
This commit is contained in:
parent
beb5e1f11e
commit
a2692f92d2
3 changed files with 11 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
</a>
|
||||
<form class="navbar-item" action="/search/">
|
||||
<div class="field is-grouped">
|
||||
<input class="input" type="text" name="q" placeholder="Search for a book or user">
|
||||
<input class="input" type="text" name="q" placeholder="Search for a book or user" value="{{ query }}">
|
||||
<button class="button" type="submit">
|
||||
<span class="icon icon-search">
|
||||
<span class="is-sr-only">search</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue