summaryrefslogtreecommitdiff
path: root/views/change_mail.pug
diff options
context:
space:
mode:
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