diff --git a/lms/templates/main.html b/lms/templates/main.html
index b7608732e5..ea3e044edf 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -133,8 +133,6 @@
#content%block>">${_("Skip to main content")}
- <%include file="mathjax_accessible.html" />
-
% if not disable_header:
<%include file="${header_file}" />
% endif
diff --git a/lms/templates/mathjax_accessible.html b/lms/templates/mathjax_accessible.html
deleted file mode 100644
index ad97a73b3f..0000000000
--- a/lms/templates/mathjax_accessible.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<%! from django.utils.translation import ugettext as _ %>
-