Fixed syntax error.
This commit is contained in:
parent
2e4e6225a1
commit
96e8578298
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<p><%- @T( 'Sign in with' ) %></p>
|
||||
<form id="login" class="form-search">
|
||||
<input name="username" type="text" class="input span3" placeholder="<%- @Ti( 'Username or email' ) %>" value="<%= @item.username %>" autocapitalize="off"/>
|
||||
<input name="password" type="password" class="input span3" placeholder="<%- œTi( 'Password' ) %>"/>
|
||||
<input name="password" type="password" class="input span3" placeholder="<%- @Ti( 'Password' ) %>"/>
|
||||
<button class="btn btn-primary" type="submit"><%- @T( 'Sign in' ) %></button>
|
||||
<div>
|
||||
<span class="small"><input name="remember_me" value="1" type="checkbox"/> <%- @T( 'Remember me' ) %></span>
|
||||
|
|
Loading…
Reference in a new issue