webupdatev1
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<form method="POST" action="/admin/login">
|
||||
<form method="POST" action="/admin/login" id="loginForm">
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label">Username:</label>
|
||||
<input
|
||||
@@ -256,8 +256,20 @@
|
||||
</div>
|
||||
|
||||
<div class="btn-group-custom">
|
||||
<button type="submit" class="btn-custom btn-login">Login</button>
|
||||
<button type="reset" class="btn-custom btn-reset">Reset</button>
|
||||
<button
|
||||
type="submit"
|
||||
class="btn-custom btn-login"
|
||||
id="loginButton"
|
||||
>
|
||||
Login
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="btn-custom btn-reset"
|
||||
onclick="document.getElementById('loginForm').reset();"
|
||||
>
|
||||
Reset
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user