Add alert class to login modal error div
This commit is contained in:
parent
4484051063
commit
438bc71f18
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="red"></div>
|
||||
<div id="login-error" class="alert alert-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