From 94670b5ecf5897595295903e719f59982ddeb700 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Thu, 13 Sep 2018 13:48:26 -0400 Subject: [PATCH] Add missing email validation --- templates/requests/approval.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requests/approval.html b/templates/requests/approval.html index 66762f35..e39c1568 100644 --- a/templates/requests/approval.html +++ b/templates/requests/approval.html @@ -96,7 +96,7 @@
- {{ TextInput(f.email_mao, placeholder="name@mail.mil") }} + {{ TextInput(f.email_mao, placeholder="name@mail.mil", validation='email') }}