fix
This commit is contained in:
+5
-3
@@ -23,7 +23,7 @@
|
||||
<!--begin::Wrapper-->
|
||||
<div class="w-lg-500px bg-body rounded shadow-sm p-10 p-lg-15 mx-auto">
|
||||
<!--begin::Form-->
|
||||
<form class="form w-100" novalidate="novalidate" id="kt_password_reset_form">
|
||||
<form class="form w-100" novalidate="novalidate" action="/password_recovery" method="POST">
|
||||
<!--begin::Heading-->
|
||||
<div class="text-center mb-10">
|
||||
<!--begin::Title-->
|
||||
@@ -37,12 +37,14 @@
|
||||
<!--begin::Input group-->
|
||||
<div class="fv-row mb-10">
|
||||
<label class="form-label fw-bolder text-gray-900 fs-6">Email</label>
|
||||
<input class="form-control form-control-solid" type="email" placeholder="" name="email" autocomplete="off" />
|
||||
<input class="form-control form-control-solid" type="email" placeholder="Your Username/Email" name="email" value="" autocomplete="off" />
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
<!--begin::Actions-->
|
||||
<?php echo $action_message; ?>
|
||||
|
||||
<div class="d-flex flex-wrap justify-content-center pb-lg-0">
|
||||
<button type="button" id="kt_password_reset_submit" class="btn btn-lg btn-primary fw-bolder me-4">
|
||||
<button type="submit" id="kt_password_reset_submit" class="btn btn-lg btn-primary fw-bolder me-4">
|
||||
<span class="indicator-label">Submit</span>
|
||||
<span class="indicator-progress">Please wait...
|
||||
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
|
||||
|
||||
Reference in New Issue
Block a user