Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 2, 2016
2 parents bd2f08a + e66cc6b commit b302bd6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@

<div class="col-md-8 col-lg-8">
<input name="username" type="text" class="form-control input-sm focus-username"
wicket:message="placeholder:PageLogin.username">
wicket:message="placeholder:PageLogin.username" required="required">
</div>
</div>
<div class="form-group">
Expand All @@ -43,7 +43,7 @@

<div class="col-md-8 col-lg-8">
<input name="password" type="password" class="form-control input-sm"
wicket:message="placeholder:PageLogin.password">
wicket:message="placeholder:PageLogin.password" required="required">
</div>
</div>

Expand Down

0 comments on commit b302bd6

Please sign in to comment.