Skip to content

Commit

Permalink
Login form
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Feb 3, 2016
1 parent a185550 commit 81bcc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/main/webapp/WEB-INF/login_form.vm
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@

<form id="login_form" name="login_form">
<label>#translatable('login.username'):</label>
<input id="username" name="username" placeholder="#i18nval('login.username.placeholder')" value="" />
<input class="translate_placeholder" data-key="login.username.placeholder" id="username" name="username" placeholder="#i18nval('login.username.placeholder')" value="" />
<label>#translatable('login.password'):</label>
<input id="password" name="password" placeholder="#i18nval('login.password.placeholder')" value="" type="password" />
<input class="translate_placeholder" data-key="login.password.placeholder" id="password" name="password" placeholder="#i18nval('login.password.placeholder')" value="" type="password" />
</form>

<span>
Expand Down

0 comments on commit 81bcc38

Please sign in to comment.