Merge pull request #329 from camaran/patch-1

tipe email, more mobile firendly
This commit is contained in:
JC Brand 2015-03-09 17:43:47 +01:00
commit d61c52f053

View File

@ -1,6 +1,6 @@
<form id="converse-login" method="post">
<label>{{label_username}}</label>
<input type="username" name="jid" placeholder="user@server">
<input type="email" name="jid" placeholder="user@server">
<label>{{label_password}}</label>
<input type="password" name="password" placeholder="password">
<input class="submit" type="submit" value="{{label_login}}">