diff --git a/js/index.js b/js/index.js index 97fe3acc..e5176d0f 100644 --- a/js/index.js +++ b/js/index.js @@ -11,6 +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 financial from './components/forms/financial' import toggler from './components/toggler' import NewApplication from './components/forms/new_application' @@ -43,6 +44,7 @@ const app = new Vue({ checkboxinput, DetailsOfUse, poc, + cor, financial, NewApplication, selector, diff --git a/templates/task_orders/new/oversight.html b/templates/task_orders/new/oversight.html index 01117536..484a436e 100644 --- a/templates/task_orders/new/oversight.html +++ b/templates/task_orders/new/oversight.html @@ -21,17 +21,16 @@

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

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

-
-
- - - - -
-
-{{ UserInfo(form.cor_first_name, form.cor_last_name, form.cor_email, form.cor_phone_number) }} -{{ CheckboxInput(form.cor_invite) }} -{{ TextInput(form.cor_dod_id, placeholder="1234567890", tooltip="Why", tooltip_title='Why', validation='dodId')}} + +
+ {{ CheckboxInput(form.am_cor) }} + +
+