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/change_password.pug | |
parent | 41e604f3eb306c2e74a9cfca6af32ce6a03a3eff (diff) | |
download | server-73ccfc9e744e89e40be932edbf4c05982e005220.tar.gz |
Simplify form post actions.
Diffstat (limited to 'views/change_password.pug')
-rw-r--r-- | views/change_password.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/change_password.pug b/views/change_password.pug index 022a67c..ca8e973 100644 --- a/views/change_password.pug +++ b/views/change_password.pug @@ -11,7 +11,7 @@ html if flash p.error= flash - form(method="post" action="/change-password") + form(method="post") p Name: #{user.name} p Mail: #{user.mail} p |