2014-03-28 20:02:23 -05:00
|
|
|
<section class="forgotten-box js-forgotten-box fade-in">
|
2014-06-23 19:47:51 -05:00
|
|
|
<form id="forgotten" class="forgotten-form" method="post" novalidate="novalidate">
|
2014-03-09 22:44:08 -05:00
|
|
|
<div class="email-wrap">
|
2014-08-03 02:27:42 -05:00
|
|
|
{{gh-trim-focus-input value=email class="email" type="email" placeholder="Email Address" name="email"
|
|
|
|
autofocus="autofocus" autocapitalize="off" autocorrect="off"}}
|
2014-03-09 22:44:08 -05:00
|
|
|
</div>
|
2014-08-06 06:34:08 -05:00
|
|
|
<button class="btn btn-blue" type="submit" {{action "submit"}} {{bind-attr disabled=submitting}}>Send new password</button>
|
2014-03-09 22:44:08 -05:00
|
|
|
</form>
|
2014-03-25 18:34:30 -05:00
|
|
|
</section>
|