diff --git a/apcd-cms/src/apps/extension/static/forms/css/extension_submission_form.css b/apcd-cms/src/apps/extension/static/forms/css/extension_submission_form.css
deleted file mode 100644
index 83b91f6c..00000000
--- a/apcd-cms/src/apps/extension/static/forms/css/extension_submission_form.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Field Widths */
-select {
- overflow: hidden;
- white-space:pre;
- text-overflow: ellipsis;
- }
-
-/* to make submission date inputs the same size*/
-select[name^="applicable-data-period"] {
- max-width: 20ch;
-}
-/* Text alignment */
-/* To make required text line up with helper text for justification text area*/
-#justification-asterisk {
- padding-left: 0;
- margin-left: 0;
- }
-
-
-/* Field Layouts */
-/* To put required for extension dates on another line to avoid cutting off text */
-label[name^="extension-date-asterisk"] {
- padding: 0;
- margin-left:0;
-}
-/* To make sure sup values are not cut off when set as a label*/
-label[name^="date-row"] {
- margin-top: 1rem;
-}
-/* To make (radio/check)box sets take up less vertical space */
-#on-behalf-of {
- display: flex;
- flex-wrap: wrap;
- column-gap: 1em;
- row-gap: 0.5em;
-}
-
-[id^="extension-block_"] {
-
- /* Expectations:
- - automatically enough columns
- - maximum column count of 3 (i.e. minimum column width of 33%)
- - equal width columns*/
- display: grid;
- grid-template-columns: repeat( auto-fill, var(--max-col-width));
- max-width: calc( var(--global-space--grid-gap) + var(--max-col-width) *3 );
-}
diff --git a/apcd-cms/src/apps/extension/templates/extension_submission_form/extension_err_no_sub_id.html b/apcd-cms/src/apps/extension/templates/extension_submission_form/extension_err_no_sub_id.html
deleted file mode 100644
index cd4995b3..00000000
--- a/apcd-cms/src/apps/extension/templates/extension_submission_form/extension_err_no_sub_id.html
+++ /dev/null
@@ -1,30 +0,0 @@
-{% extends "standard.html" %}
-{% load static %}
-
-{% block content %}
-
-
-
-
- {% include "nav_cms_breadcrumbs.html" %}
-
-
-
-
Request an Extension
-
-
-
- This form should be completed and submitted by data submitters to request
- an extension to the deadline for submitting either a regular submission or
- a corrected resubmission. Please review the
- Data Submission Guide for details about completing and submitting this form, especially
- regarding the timeliness of the request.
-
-
-
- We have not found a submitter code on file for your account. For assistance, please submit a ticket.
-
- This form should be completed and submitted by data submitters to
- request an extension to the deadline for submitting either a regular
- submission or a corrected resubmission. Please review the{' '}
-
- Data Submission Guide
- {' '}
- for details about completing and submitting this form, especially
- regarding the timeliness of the request.
-
+ This form should be completed and submitted by data submitters
+ to request an extension to the deadline for submitting either
+ a regular submission or a corrected resubmission. Please
+ review the{' '}
+
+ Data Submission Guide
+ {' '}
+ for details about completing and submitting this form,
+ especially regarding the timeliness of the request.
+