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/reset_password.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/reset_password.pug') diff --git a/views/reset_password.pug b/views/reset_password.pug index 2fda418..8707ebc 100644 --- a/views/reset_password.pug +++ b/views/reset_password.pug @@ -13,7 +13,7 @@ html p You should have received a password reset token in your mail. - form(method="post" action="/reset-password") + form(method="post") p label Mail: br -- cgit v1.2.3