mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +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.
10 lines
433 B
Handlebars
10 lines
433 B
Handlebars
<form id="reset" class="reset-form" method="post" novalidate="novalidate">
|
|
<div class="password-wrap">
|
|
<input class="password" type="password" placeholder="Password" name="newpassword" />
|
|
</div>
|
|
<div class="password-wrap">
|
|
<input class="password" type="password" placeholder="Confirm Password" name="ne2password" />
|
|
</div>
|
|
<button class="button-save" type="submit">Reset Password</button>
|
|
</form>
|