diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-07-14 15:13:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-07-23 13:47:44 +0200 |
commit | 611b9aa100d1135f04cde572115a5ea1f680ad72 (patch) | |
tree | 26259360ebc5066b697470e760c8b5284fca9b63 /views/contacts.pug | |
parent | 4ef9dd7d665248e308024e75c0921aabe646d07a (diff) | |
download | server-611b9aa100d1135f04cde572115a5ea1f680ad72.tar.gz |
Add user search.
Diffstat (limited to 'views/contacts.pug')
-rw-r--r-- | views/contacts.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/contacts.pug b/views/contacts.pug index 8b42e73..a3ca8d0 100644 --- a/views/contacts.pug +++ b/views/contacts.pug @@ -51,3 +51,7 @@ html else tr td Nobody + + p + form(method="get" action="/contacts/search") + input(type="text" name="q" size=40 placeholder="Find user..." required) |