diff --git a/js/components/forms/cor.js b/js/components/forms/cor.js deleted file mode 100644 index 11e8e578..00000000 --- a/js/components/forms/cor.js +++ /dev/null @@ -1,31 +0,0 @@ -import FormMixin from '../../mixins/form' -import textinput from '../text_input' -import checkboxinput from '../checkbox_input' - -export default { - name: 'cor', - - mixins: [FormMixin], - - components: { - textinput, - checkboxinput, - }, - - props: { - initialData: { - type: Object, - default: () => ({}) - } - }, - - data: function () { - const { - am_cor = false - } = this.initialData - - return { - am_cor - } - } -} diff --git a/js/index.js b/js/index.js index 9c79fcd3..455c89d7 100644 --- a/js/index.js +++ b/js/index.js @@ -11,7 +11,7 @@ import textinput from './components/text_input' import checkboxinput from './components/checkbox_input' import DetailsOfUse from './components/forms/details_of_use' import poc from './components/forms/poc' -import cor from './components/forms/cor' +import oversight from './components/forms/oversight' import financial from './components/forms/financial' import toggler from './components/toggler' import NewApplication from './components/forms/new_application' @@ -45,7 +45,7 @@ const app = new Vue({ checkboxinput, DetailsOfUse, poc, - cor, + oversight, financial, NewApplication, selector, diff --git a/templates/task_orders/new/oversight.html b/templates/task_orders/new/oversight.html index 050c7bc3..05c15bab 100644 --- a/templates/task_orders/new/oversight.html +++ b/templates/task_orders/new/oversight.html @@ -13,16 +13,18 @@

{{ "task_orders.new.oversight.ko_info_title" | translate }}

{{ "task_orders.new.oversight.ko_info_paragraph" | translate }}

-{{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_phone_number) }} -{{ CheckboxInput(form.ko_invite) }} -{{ TextInput(form.ko_dod_id, placeholder="1234567890", tooltip="Why", tooltip_title='Why', validation='dodId')}} + +
+ {{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_phone_number) }} + {{ CheckboxInput(form.ko_invite) }} +

{{ "task_orders.new.oversight.cor_info_title" | translate }}

{{ "task_orders.new.oversight.cor_info_paragraph" | translate }}

- -
{{ CheckboxInput(form.am_cor) }}
-
+