summaryrefslogtreecommitdiff
path: root/views/change_mail.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-11-25 19:48:59 +0100
committerTor Andersson <tor@ccxvii.net>2021-11-27 13:38:43 +0100
commit940bde831f2d5e65068c931ddc5f2b793afedb44 (patch)
tree739c83548da7bd5faf76e0da55d1f380a3bd0033 /views/change_mail.pug
parent86848b6cae751439be2946eae563d3fa8caa434c (diff)
downloadserver-940bde831f2d5e65068c931ddc5f2b793afedb44.tar.gz
Kebab-case!
Diffstat (limited to 'views/change_mail.pug')
-rw-r--r--views/change_mail.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/change_mail.pug b/views/change_mail.pug
index 77ddfc2..32b399d 100644
--- a/views/change_mail.pug
+++ b/views/change_mail.pug
@@ -10,7 +10,7 @@ html
h1 Change mail address
if flash
p.error= flash
- form(method="post" action="/change_mail")
+ form(method="post" action="/change-mail")
p Name: #{user.name}
p Mail: #{user.mail}
p