diff options
Diffstat (limited to 'views/forgot_password.pug')
-rw-r--r-- | views/forgot_password.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/forgot_password.pug b/views/forgot_password.pug index 113610c..935cae1 100644 --- a/views/forgot_password.pug +++ b/views/forgot_password.pug @@ -4,6 +4,7 @@ html head include head title Forgot password + +altcha_script() body include header article @@ -19,5 +20,6 @@ html label Mail: br input(type="email" name="mail" required) + +altcha_widget() p button(type="submit") Forgot password |