mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
223b23ec4a
Closes #1605 * Move styling for `#signup`, `#forgotten`, `#reset`, `#login`, `#usermenu` and `#notifications` to classes No IDs have been added or removed, so any events shouldn't be affected and it passes all tests.
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>
|