9 lines
241 B
Text
9 lines
241 B
Text
<h1><%= _("Reset password") %></h1>
|
|
|
|
<form action="/reset" method="post">
|
|
<p>
|
|
<label for="email"><%= _("Email") %></label>
|
|
<input type="text" name="email">
|
|
</p>
|
|
<button type="submit"><%= _("Reset password") %></button>
|
|
</form>
|