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

			if user
				p You're already logged in!
			else
				form(method="post" action="/forgot-password")
					p
						label Mail:
							br
							input(type="email" name="mail" required)
					p
						button(type="submit") Forgot password