Change email form from "text" to "email"

main
sudoer777 2021-09-30 14:46:17 -06:00
parent 3cd5c4f275
commit e175bb80ff
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ block content
input(type="text", name="submitter") input(type="text", name="submitter")
span span
label Send info to 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 button(type="submit") Submit