Change email form from "text" to "email"
parent
3cd5c4f275
commit
e175bb80ff
|
@ -26,5 +26,5 @@ block content
|
|||
input(type="text", name="submitter")
|
||||
span
|
||||
label Send info to
|
||||
input(type="text", name="email", placeholder="email@example.com")
|
||||
input(type="email", name="email", placeholder="email@example.com")
|
||||
button(type="submit") Submit
|
||||
|
|
Reference in New Issue