Merge pull request #2 from ndarville/patch-1

Changed e-mail input type from "text" to "email"
This commit is contained in:
Kyle Drake 2013-06-22 18:56:40 -07:00
commit c0e55e0af4

View file

@ -1,4 +1,3 @@
javascript:
var RecaptchaOptions = {
theme : 'clean'
@ -45,7 +44,7 @@ javascript:
.span1
h5 Email
.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