From b76c70aec392e8423fde6a29fb5b2a7a9f6a045f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 6 May 2025 20:30:33 +0200 Subject: Rename pug files to match access url. --- views/account_change_password.pug | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 views/account_change_password.pug (limited to 'views/account_change_password.pug') diff --git a/views/account_change_password.pug b/views/account_change_password.pug new file mode 100644 index 0000000..ca8e973 --- /dev/null +++ b/views/account_change_password.pug @@ -0,0 +1,26 @@ +//- vim:ts=4:sw=4: +doctype html +html + head + include head + title Change password + body + include header + article + h1 Change password + if flash + p.error= flash + + form(method="post") + p Name: #{user.name} + p Mail: #{user.mail} + p + label Old Password: + br + input(type="password" name="password" required) + p + label New Password: + br + input(type="password" name="newpass" required) + p + button(type="submit") Change password -- cgit v1.2.3