mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
b37fdda299
closes #5524 - changed markup to reflect styles of the sign in screen. - remove html classes that are redundant.
16 lines
827 B
Handlebars
16 lines
827 B
Handlebars
<div class="gh-flow">
|
|
<div class="gh-flow-content-wrap">
|
|
<section class="gh-flow-content fade-in">
|
|
<form id="reset" class="gh-signin" method="post" novalidate="novalidate" {{action "submit" on="submit"}}>
|
|
<div class="form-group">
|
|
{{input value=newPassword class="gh-input password" type="password" placeholder="Password" name="newpassword" autofocus="autofocus" }}
|
|
</div>
|
|
<div class="form-group">
|
|
{{input value=ne2Password class="gh-input password" type="password" placeholder="Confirm Password" name="ne2password" }}
|
|
</div>
|
|
<button class="btn btn-blue btn-block" type="submit" disabled={{submitting}}>Reset Password</button>
|
|
</form>
|
|
</section>
|
|
</div>
|
|
</div>
|