mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 16:41:24 +03:00
bee58922b2
issue #2271 - should allow development of new admin UI whilst still having access to the old ui
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>
|