From af79de140bf2b00b775f5ff6dda32bdaf4bca780 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 22 Oct 2019 15:23:28 -0400 Subject: [PATCH] Set optional=False on the TextInput macro --- templates/ccpo/add_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ccpo/add_user.html b/templates/ccpo/add_user.html index 9f6db9f3..e8544a2b 100644 --- a/templates/ccpo/add_user.html +++ b/templates/ccpo/add_user.html @@ -10,7 +10,7 @@

{{ "ccpo.form.add_user_title" | translate }}

- {{ TextInput(form.dod_id, validation='dodId') }} + {{ TextInput(form.dod_id, validation='dodId', optional=False) }}