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) }}