mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
8 lines
410 B
Handlebars
8 lines
410 B
Handlebars
|
<section class="forgotten-box js-forgotten-box">
|
||
|
<form id="forgotten" class="forgotten-form" method="post" novalidate="novalidate">
|
||
|
<div class="email-wrap">
|
||
|
<input class="email" type="email" placeholder="Email Address" name="email" autocapitalize="off" autocorrect="off">
|
||
|
</div>
|
||
|
<button class="button-save" type="submit">Send new password</button>
|
||
|
</form>
|
||
|
</section>
|