Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
disc5 committed Feb 20, 2015
1 parent ccdeb91 commit 21ff075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/html5/admin/app/partials/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
alt="">

<form class="form-signin" ng-submit="loginManually(logindata.user_name, logindata.password)">
<h4>Login</h4>
<!--<h4>Login</h4>-->
<h5 class="error_msg" data-ng-show="loginHasFailed">Login failed.</h5>
<input ng-model="logindata.user_name" type="text" class="form-control" placeholder="Username" required autofocus>
<input ng-model="logindata.password" type="password" class="form-control" placeholder="Password" required>
<button class="btn btn-lg btn-primary btn-block" type="submit">Anmelden</button>
<button class="btn btn-lg btn-primary btn-block" type="submit">Login</button>
</form>
</div>
</div>
Expand Down

0 comments on commit 21ff075

Please sign in to comment.