diff options
Diffstat (limited to 'views/signup.pug')
-rw-r--r-- | views/signup.pug | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/views/signup.pug b/views/signup.pug index 8ce41a2..63b9ab3 100644 --- a/views/signup.pug +++ b/views/signup.pug @@ -4,6 +4,7 @@ html head include head title Signup + +altcha_script() body include header article @@ -36,11 +37,6 @@ 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.) + +altcha_widget() p button(type="submit") Create account |