summaryrefslogtreecommitdiff
path: root/views/account_change_name.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-05-06 20:30:33 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-08 12:27:31 +0200
commitb76c70aec392e8423fde6a29fb5b2a7a9f6a045f (patch)
treef149b0423f52c46a152ff032e0a20abbb1d3191b /views/account_change_name.pug
parent83949e45c0f3abfba5432a4bdf38e2fc744afec2 (diff)
downloadserver-b76c70aec392e8423fde6a29fb5b2a7a9f6a045f.tar.gz
Rename pug files to match access url.HEADmaster
Diffstat (limited to 'views/account_change_name.pug')
-rw-r--r--views/account_change_name.pug26
1 files changed, 26 insertions, 0 deletions
diff --git a/views/account_change_name.pug b/views/account_change_name.pug
new file mode 100644
index 0000000..b1845ab
--- /dev/null
+++ b/views/account_change_name.pug
@@ -0,0 +1,26 @@
+//- vim:ts=4:sw=4:
+doctype html
+html
+ head
+ include head
+ title Change name
+ body
+ include header
+ article
+ h1 Change name
+ if flash
+ p.error= flash
+
+ form(method="post")
+ p Name: #{user.name}
+ p Mail: #{user.mail}
+ p
+ label New name:
+ br
+ input(type="text" name="newname" required)
+ p
+ label Password:
+ br
+ input(type="password" name="password" required)
+ p
+ button(type="submit") Change name