summaryrefslogtreecommitdiff
path: root/views/account_change_mail.pug
blob: 4d0605a453213b08fc612d6df10e0fb06930c6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title Change mail address
	body
		include header
		article
			h1 Change mail address
			if flash
				p.error= flash

			form(method="post")
				p Name: #{user.name}
				p Mail: #{user.mail}
				p
					label New mail address:
						br
						input(type="text" name="newmail" required)
				p
					label Password:
						br
						input(type="password" name="password" required)
				p
					button(type="submit") Change mail