diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-15 17:49:40 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-10-05 17:36:50 +0200 |
commit | 8dfef7634ee84eb731461058bb1785f8cf472564 (patch) | |
tree | 655b83840bfacadddc6f9189581499f2f9a220dc /views/signup.pug | |
parent | 9bc6ff25186537ef0e07b0ff559a35c6d629ad31 (diff) | |
download | server-8dfef7634ee84eb731461058bb1785f8cf472564.tar.gz |
Add checkbox for mail notifications on signup page.
Diffstat (limited to 'views/signup.pug')
-rw-r--r-- | views/signup.pug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/signup.pug b/views/signup.pug index b0cf901..f0ff37f 100644 --- a/views/signup.pug +++ b/views/signup.pug @@ -27,5 +27,11 @@ html label Password: br input(type="password" name="password" required) + div + label + input(type="checkbox" name="notify" value="true") + | Enable mail notifications + div(style="margin-left:2rem") + i (when it is your turn, your games are ready to start, etc.) p button(type="submit") Create account |