diff --git a/lms/templates/courseware/testcenter_exam.html b/lms/templates/courseware/testcenter_exam.html
deleted file mode 100644
index 8082200146..0000000000
--- a/lms/templates/courseware/testcenter_exam.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<%inherit file="/main_nonav.html" />
-<%namespace name='static' file='/static_content.html'/>
-<%block name="bodyclass">courseware ${course.css_class}%block>
-<%block name="title">
${course.number} Exam%block>
-
-<%block name="headextra">
- <%static:css group='course'/>
- <%include file="../discussion/_js_head_dependencies.html" />
-%block>
-
-<%block name="js_extra">
-
-
-
- ## codemirror
-
-
- ## alternate codemirror
- ##
- ##
- ##
-
-
- <%static:js group='courseware'/>
- <%static:js group='discussion'/>
-
- <%include file="../discussion/_js_body_dependencies.html" />
- % if staff_access:
- <%include file="xqa_interface.html"/>
- % endif
-
-
-
-
-
-
-
-
-%block>
-
-
-
-% if accordion:
- <%include file="/courseware/course_navigation.html" args="active_page='courseware'" />
-% endif
-
-
-
-
-
-
-% if accordion:
-
-
-
-
-
-
-
-% endif
-
-
-
-
-
-% if course.show_calculator:
-
-% endif
diff --git a/lms/templates/main_nonav.html b/lms/templates/main_nonav.html
deleted file mode 100644
index f2b87ef348..0000000000
--- a/lms/templates/main_nonav.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<%namespace name='static' file='static_content.html'/>
-
-
-
- <%block name="title">edX%block>
-
-
-
-
- <%static:css group='application'/>
-
- <%static:js group='main_vendor'/>
- <%block name="headextra"/>
-
-
-
-
-
-
-
- % if not course:
- <%include file="google_analytics.html" />
- % endif
-
-
-
-
-
-
-
- ${self.body()}
- <%block name="bodyextra"/>
-
-
-
-
- <%static:js group='application'/>
- <%static:js group='module-js'/>
-
- <%block name="js_extra"/>
-
-