Use the good input type in the login form

This is in order to display the good keyboard in all devices
This commit is contained in:
Alexandre Butynski 2014-04-11 23:00:30 +02:00
parent dd670f413a
commit cd3888a453

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>