diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html deleted file mode 100644 index a0e3c4b2..00000000 --- a/templates/task_orders/edit.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "base.html" %} - -{% from "components/text_input.html" import TextInput %} -{% from "components/options_input.html" import OptionsInput %} -{% from "components/date_input.html" import DateInput %} - -{% block content %} - -{% include "fragments/flash.html" %} - -
- {{ form.csrf_token }} - -
- -
-

Task Order

-
- -
-

DoD Contract Security Classification Specification

- - - -
- -
- -

Download your Task Order Packet.

- - - - - {{ TextInput(form.number) }} - {{ TextInput(form.number_confirm) }} - {{ TextInput(form.loa) }} -

Add another LOA

- -

I certify that the task order information above is accurate and that funding has been allocated to the above task order.

-
-
- -
- -{% endblock %} diff --git a/templates/workspaces/new.html b/templates/workspaces/new.html deleted file mode 100644 index eea8a657..00000000 --- a/templates/workspaces/new.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "workspaces/base.html" %} - -{% from "components/icon.html" import Icon %} -{% from "components/text_input.html" import TextInput %} - -{% block workspace_content %} - -{% include "fragments/flash.html" %} - -
- {{ form.csrf_token }} - -
- -
-

Workspace Settings

-
- -
- {{ TextInput(form.name, validation="workspaceName") }} -
-
- - -
- - - {{ Icon('x') }} - Cancel - -
- - -
- -{% endblock %}