diff options
Diffstat (limited to 'views/verify_mail.pug')
-rw-r--r-- | views/verify_mail.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/verify_mail.pug b/views/verify_mail.pug index 01a2e82..17a16e5 100644 --- a/views/verify_mail.pug +++ b/views/verify_mail.pug @@ -11,7 +11,7 @@ html if flash p.error= flash - form(method="post" action="/verify-mail") + form(method="post") p A token has been sent to #{user.mail}. p label Enter the token here: |