From 73ccfc9e744e89e40be932edbf4c05982e005220 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 1 May 2025 22:04:10 +0200 Subject: Simplify form post actions. --- views/verify_mail.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/verify_mail.pug') 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: -- cgit v1.2.3