Change the CSS class of the login error alert div
This commit is contained in:
parent
a9a3b7d2e6
commit
4493397b38
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
</div>
|
||||
<form name="loginForm">
|
||||
<div class="modal-body">
|
||||
<div id="login-error" class="alert alert-danger" role="alert"></div>
|
||||
<div id="login-error" class="text-danger" role="alert"></div>
|
||||
<label for="username">Username:</label>
|
||||
<input type="text" id="username" name="username" required class="form-control"><br>
|
||||
<label for="login_password">Password:</label>
|
||||
|
|
Loading…
Reference in a new issue