Actually add that reset form this time

This commit is contained in:
Aron Carroll 2012-06-21 22:54:39 +01:00
parent f5e5309e30
commit 6f80125d6a

14
views/reset.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Reset Your Password</title>
</head>
<body>
<form action="{{action}}" method="post">
<label for="field-password">New Password</label>
<input id="field-password" type="password" name="password" />
<button type="submit">Update Password</button>
</form>
</body>
</html>