diff --git a/templates/task_orders/step_3.html b/templates/task_orders/step_3.html index 6256d91d..7a4e390f 100644 --- a/templates/task_orders/step_3.html +++ b/templates/task_orders/step_3.html @@ -46,7 +46,7 @@
{% if fields %} - {{ TextInput(fields.number, watch=True) }} + {{ TextInput(fields.number, watch=True, optional=False) }} {% else %} @@ -87,7 +87,7 @@
{% if fields %} - {{ OptionsInput(fields.jedi_clin_type, watch=True, show_validation=False) }} + {{ OptionsInput(fields.jedi_clin_type, watch=True, show_validation=False, optional=False) }} {% else %}
@@ -118,7 +118,7 @@ {% if fields %}
- {{ TextInput(fields.obligated_amount, validation='dollars', watch=True) }} + {{ TextInput(fields.obligated_amount, validation='dollars', watch=True, optional=False) }}
{% else %}