diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-06 21:20:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-07 12:57:59 +0100 |
commit | de3183e620f9a60d82456303880173a27ca2ef21 (patch) | |
tree | ec34e33d3bf1a37f10f4fb490d906a65efc66816 /views/signup.pug | |
parent | bbf2b7e61d0a7e1e72869c9e59ed14561182ec59 (diff) | |
download | server-de3183e620f9a60d82456303880173a27ca2ef21.tar.gz |
Small cleanups.
Diffstat (limited to 'views/signup.pug')
-rw-r--r-- | views/signup.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/signup.pug b/views/signup.pug index e46007a..8dae43d 100644 --- a/views/signup.pug +++ b/views/signup.pug @@ -18,14 +18,14 @@ html p label Name: br - input(type="text" id="username" name="username" required) + input(type="text" name="username" required) p label Mail: br - input(type="text" id="mail" name="mail" required) + input(type="text" name="mail" required) p label Password: br - input(type="password" id="password" name="password" required) + input(type="password" name="password" required) p button(type="submit") Create account |