Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 28, 2017
1 parent 84a2e3b commit fbf7465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/views/users/login.html
Expand Up @@ -16,7 +16,7 @@
{{/if}}
<form action="/abe/users/login" method="post">
<div class="form-group">
<label for="username">Email</label>
<label for="username">username</label>
<input type="username" class="form-control" name="username" placeholder="">
</div>
<div class="form-group">
Expand All @@ -35,4 +35,4 @@
<script type="text/javascript" src="/abecms/scripts/template-engine-compiled.js"></script>
<script type="text/javascript" src="/abecms/scripts/admin-compiled.js"></script>
</body>
</html>
</html>

0 comments on commit fbf7465

Please sign in to comment.