mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +03:00
11 lines
520 B
Handlebars
11 lines
520 B
Handlebars
|
<section class="reset-box js-reset-box">
|
||
|
<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>
|
||
|
</section>
|