From 27ad286e47f23f14043c17f60bf5936a63e24492 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 19 Dec 2018 14:43:56 -0500 Subject: [PATCH] remove unused templates --- templates/task_orders/edit.html | 45 --------------------------------- templates/workspaces/new.html | 36 -------------------------- 2 files changed, 81 deletions(-) delete mode 100644 templates/task_orders/edit.html delete mode 100644 templates/workspaces/new.html 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") }} -
-
- - - - - -
- -{% endblock %}