diff --git a/lms/templates/main.html b/lms/templates/main.html
index ba27b7e32d..2439b22dfa 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -133,8 +133,6 @@ dir_rtl = 'rtl' if get_language_bidi() else 'ltr'
#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 _ %>
-