Add placeholders

This commit is contained in:
Jan Bader 2016-12-03 21:19:54 +01:00
parent aba366f211
commit 9a206250e8

View File

@ -28,12 +28,12 @@
<form id="loginForm" action="/api/v1/login" method="POST" class="center-block"> <form id="loginForm" action="/api/v1/login" method="POST" class="center-block">
<div class="form-group"> <div class="form-group">
<label for="username">User</label> <label for="username">User</label>
<input type="text" name="username" class="form-control" /> <input type="text" name="username" class="form-control" placeholder="User" />
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="password">Password</label> <label for="password">Password</label>
<input type="password" name="password" class="form-control" /> <input type="password" name="password" class="form-control" placeholder="Password" />
<p id="invalidCredentials"> <p id="invalidCredentials">
The entered credentials are invalid The entered credentials are invalid
</p> </p>