Route to KO Review TO page

This commit is contained in:
Montana
2019-01-24 16:37:46 -05:00
parent 6f12011eea
commit 0b276b49c8
4 changed files with 68 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
{% from "components/options_input.html" import OptionsInput %}
{% from "components/date_input.html" import DateInput %}
{% from "components/multi_checkbox_input.html" import MultiCheckboxInput %}
{% from "components/datepicker.html" import DatePicker %}
{% block heading %}
{{ "task_orders.new.app_info.section_title"| translate }}
@@ -11,6 +12,17 @@
{% block form %}
<div class="usa-input">
<label>
<div class="usa-input__title">Date picker</div>
</label>
<span class="usa-form-hint">For example: 04 28 1986</span>
{{ DatePicker() }}
</div>
<!-- App Info Section -->
<h3 class="task-order-form__heading subheading">{{ "task_orders.new.app_info.basic_info_title"| translate }}</h3>
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}