Merge pull request #261 from alexandre-butynski/patch-1

Use the good input type in the login form
This commit is contained in:
Brad Rydzewski 2014-04-11 14:02:31 -07:00
commit ece091f1d9

View file

@ -3,7 +3,7 @@
{{ define "content" }}
<h1>Login</h1>
<div>
<input type="text" name="username" placeholder="Email address" autocomplete="off" spellcheck="false" class="form-control" />
<input type="email" name="username" placeholder="Email address" autocomplete="off" spellcheck="false" class="form-control" />
<input type="password" name="password" placeholder="Password" class="form-control" />
</div>
<div>