Add pdf column and uploader
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
{% 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 }}
|
||||
@@ -12,16 +11,6 @@
|
||||
|
||||
{% 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>
|
||||
|
Reference in New Issue
Block a user