add expiration_date to manual task order form
This commit is contained in:
dandds
2018-09-18 08:56:58 -04:00
committed by GitHub
9 changed files with 62 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
{% from "components/alert.html" import Alert %}
{% from "components/text_input.html" import TextInput %}
{% from "components/options_input.html" import OptionsInput %}
{% from "components/date_input.html" import DateInput %}
{% block content %}
@@ -72,6 +73,8 @@
{{ TextInput(f.funding_type_other) }}
</template>
{{ DateInput(f.expiration_date, placeholder='MM / DD / YYYY', validation='date', tooltip='Please enter the expiration date for the task order only and do not include options that you may choose to exercise in the future.') }}
{{ TextInput(
f.clin_0001,
validation='dollars'