diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-25 19:48:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-11-27 13:38:43 +0100 |
commit | 940bde831f2d5e65068c931ddc5f2b793afedb44 (patch) | |
tree | 739c83548da7bd5faf76e0da55d1f380a3bd0033 /views/reset_password.pug | |
parent | 86848b6cae751439be2946eae563d3fa8caa434c (diff) | |
download | server-940bde831f2d5e65068c931ddc5f2b793afedb44.tar.gz |
Kebab-case!
Diffstat (limited to 'views/reset_password.pug')
-rw-r--r-- | views/reset_password.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/reset_password.pug b/views/reset_password.pug index 856433e..20a5210 100644 --- a/views/reset_password.pug +++ b/views/reset_password.pug @@ -11,7 +11,7 @@ html if flash p.error= flash - form(method="post" action="/reset_password") + form(method="post" action="/reset-password") p label Mail: br |