Changed e-mail input type from "text" to "email"

This commit is contained in:
ndarville 2013-06-22 00:51:00 +02:00
parent dcb224bf31
commit b31d882068

View file

@ -1,4 +1,3 @@
javascript: javascript:
var RecaptchaOptions = { var RecaptchaOptions = {
theme : 'clean' theme : 'clean'
@ -44,7 +43,7 @@ javascript:
.span1 .span1
h5 Email h5 Email
.span6 .span6
input name="email" type="text" placeholder="youremail@example.com" value="#{@site.email}" input name="email" type="email" placeholder="youremail@example.com" value="#{@site.email}"
.row .row
@ -71,4 +70,4 @@ javascript:
.row style="margin-top: 10px" .row style="margin-top: 10px"
.span3.offset1 .span3.offset1
input.btn.btn-success.btn-large type="submit" value="Create Home Page" input.btn.btn-success.btn-large type="submit" value="Create Home Page"