|
|
|
@ -12,12 +12,12 @@
|
|
|
|
|
<form method="POST" class="form-login-box" action="{{loginPath}}">
|
|
|
|
|
<label class="wr-input-label">Username</label>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input name="username" type="text" value="" placeholder="input text"/>
|
|
|
|
|
<input name="username" type="text" value="" placeholder="Enter username"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<label class="wr-input-label">Password</label>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<input name="password" type="password" value="" placeholder="input text"/>
|
|
|
|
|
<input name="password" type="password" value="" placeholder="Enter password"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|