mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
Actually add that reset form this time
This commit is contained in:
parent
f5e5309e30
commit
6f80125d6a
14
views/reset.html
Normal file
14
views/reset.html
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user