diff options
Diffstat (limited to 'views/delete_account.pug')
-rw-r--r-- | views/delete_account.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/delete_account.pug b/views/delete_account.pug index e16e1b6..54c3bc4 100644 --- a/views/delete_account.pug +++ b/views/delete_account.pug @@ -11,7 +11,7 @@ html if flash p.error= flash - form(method="post" action="/delete-account") + form(method="post") p Name: #{user.name} p Mail: #{user.mail} p |