mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
14 lines
No EOL
480 B
HTML
14 lines
No EOL
480 B
HTML
<template name="forgot_password">
|
|
<div class="grid-small grid-block dialog user-edit">
|
|
<form>
|
|
<h2>{{i18n "Forgot Password?"}}</h2>
|
|
<div class="control-group">
|
|
<label>{{i18n "Email"}}</label>
|
|
<div class="controls"><input id="email" name="email" type="text" value="" /></div>
|
|
</div>
|
|
<div class="form-actions">
|
|
<input type="submit" class="button" value="{{i18n "Reset Password"}}" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</template> |