|
@@ -15,10 +15,10 @@
|
|
|
<form class="form-signin card" action="/cp/" method="post">
|
|
|
<input type="hidden" name="action" value="signin">
|
|
|
<h1 class="h3 mb-3 font-weight-normal">Please login</h1>
|
|
|
- <label for="login" class="sr-only">Email address</label>
|
|
|
- <input type="email" id="login" name="login" class="form-control" placeholder="Login" required autofocus>
|
|
|
- <label for="password" class="sr-only">Password</label>
|
|
|
- <input type="password" id="password" name="password" class="form-control mb-3" placeholder="Password" required>
|
|
|
+ <label for="email" class="sr-only">User email</label>
|
|
|
+ <input type="email" id="email" name="email" class="form-control" placeholder="User email" required autofocus>
|
|
|
+ <label for="password" class="sr-only">User password</label>
|
|
|
+ <input type="password" id="password" name="password" class="form-control mb-3" placeholder="User password" required>
|
|
|
<button class="btn btn-lg btn-primary btn-block" type="submit">Login</button>
|
|
|
</form>
|
|
|
<script src="{{$.System.PathJsJquery}}"></script>
|