Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 22, 2016
2 parents 20c0c80 + bf7d03e commit 3007c56
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@

<div class="form-group">
<div class="checkbox remember-group">
<label>
<input type="checkbox" id="remember_me" name="_remember_me" value="on"
tabindex="4"/>{{ 'security.login.remember_me'|trans }}
</label>
<input type="checkbox" id="remember_me" name="_remember_me" value="on" tabindex="4"/>
<label for="remember_me">{{ 'security.login.remember_me'|trans }}</label>
</div>
</div>

Expand Down

0 comments on commit 3007c56

Please sign in to comment.