From 8dfef7634ee84eb731461058bb1785f8cf472564 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 15 Sep 2022 17:49:40 +0200 Subject: Add checkbox for mail notifications on signup page. --- views/signup.pug | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'views') 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 -- cgit v1.2.3