diff options
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) |