aboutsummaryrefslogtreecommitdiff
path: root/templates/account_recover.tmpl
blob: ee0d750a545d9c51f088ec6589c8faa32767daba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{template "_header.tmpl" .Common}}
	<form class="box" action="#">
		<h1>Recover Account</h1>
		<p style="color: #A11;">Account recovery not currently implemented.</p>

		<label for="recover_email">EMAIL</label>
		<input id="recover_email" type="text" name="email"/>

		<input type="submit" value="Recover" disabled/>
	</form>
{{template "_footer.tmpl" .Common}}