Require defense component input before showing Save button

This commit is contained in:
richard-dds
2019-06-12 15:58:20 -04:00
parent 0bafa51bb9
commit 31d95e51bc
4 changed files with 15 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
{{ form.csrf_token }}
{{ TextInput(form.name) }}
{{ OptionsInput(form.defense_component) }}
{{ OptionsInput(form.defense_component, optional=False) }}
{{ TextInput(form.description, paragraph=True) }}
<h3 id="reporting" class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3>