diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-01 22:04:10 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-06 20:07:14 +0200 |
commit | 73ccfc9e744e89e40be932edbf4c05982e005220 (patch) | |
tree | f0f30991aef2f4746ad278e9ce04aa66cb012f2e /views/verify_mail.pug | |
parent | 41e604f3eb306c2e74a9cfca6af32ce6a03a3eff (diff) | |
download | server-73ccfc9e744e89e40be932edbf4c05982e005220.tar.gz |
Simplify form post actions.
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: |