mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
10 lines
389 B
Handlebars
10 lines
389 B
Handlebars
|
<form id="forgotten" 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>
|
||
|
<section class="meta">
|
||
|
<a href="/ghost/login/">Log in</a>
|
||
|
</section>
|
||
|
</form>
|