mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
bee58922b2
issue #2271 - should allow development of new admin UI whilst still having access to the old ui
7 lines
327 B
Handlebars
7 lines
327 B
Handlebars
<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>
|