ldap0r/templates/reset.html.hbs

20 lines
503 B
Handlebars
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>ldap0r</title>
</head>
<body>
{{#if flash}}
<p>{{#if flash_type}}{{flash_type}}: {{/if}}{{ flash }}</p>
{{/if}}
<form action="/reset" method="post" accept-charset="utf-8">
<label for="email">email</label>
<input type="text" name="email" id="email" value="" />
<p><input type="submit" value="submit"></p>
</form>
</body>
</html>