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

			form(method="post")
				p A token has been sent to #{user.mail}.
				p
					label Enter the token here:
						br
						input(type="text" name="token" size=32 value=token style="font-family:monospace" required)
				p
					button(type="submit") Verify