diff --git a/cms/templates/course_index.html b/cms/templates/course_index.html
deleted file mode 100644
index 5c8772c1ed..0000000000
--- a/cms/templates/course_index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<%inherit file="base.html" />
-
-<%include file="widgets/header.html"/>
-
-<%block name="content">
-
-
- <%include file="widgets/navigation.html"/>
-
-
-
-
-%block>
diff --git a/cms/templates/widgets/navigation.html b/cms/templates/widgets/navigation.html
deleted file mode 100644
index 00b147675d..0000000000
--- a/cms/templates/widgets/navigation.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- % for week in weeks:
- -
-
-
-
- % if 'goals' in week.metadata:
- % for goal in week.metadata['goals']:
- - ${goal}
- % endfor
- % else:
- - Please create a learning goal for this week
- % endif
-
-
-
-
-
- %endfor
-
-
-
-
-