parent
8141222c93
commit
c42b2893ff
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ proc renderSearch*(): VNode =
|
|||
buildHtml(tdiv(class="panel")):
|
||||
tdiv(class="search-panel"):
|
||||
form(`method`="post", action="search"):
|
||||
input(`type`="text", name="query", placeholder="Enter usernames...")
|
||||
input(`type`="text", name="query", autofocus="", placeholder="Enter usernames...")
|
||||
button(`type`="submit"): text "🔎"
|
||||
|
||||
proc renderError*(error: string): VNode =
|
||||
|
|
Loading…
Reference in a new issue