diff --git a/lms/templates/course_modes/fbe.html b/lms/templates/course_modes/fbe.html
index 7bc64b60ff..08a62736df 100644
--- a/lms/templates/course_modes/fbe.html
+++ b/lms/templates/course_modes/fbe.html
@@ -4,7 +4,7 @@
## of the course unavailable (gated content).
<%page expression_filter="h"/>
-<%inherit file="../track_selection.html" />
+<%inherit file="track_selection.html" />
<%!
from django.utils.translation import ugettext as _
from openedx.core.djangolib.markup import HTML, Text
diff --git a/lms/templates/course_modes/unfbe.html b/lms/templates/course_modes/unfbe.html
index f3e8268584..6b3310bfdd 100644
--- a/lms/templates/course_modes/unfbe.html
+++ b/lms/templates/course_modes/unfbe.html
@@ -8,7 +8,7 @@
## course access duration.
<%page expression_filter="h"/>
-<%inherit file="../track_selection.html" />
+<%inherit file="track_selection.html" />
<%!
from django.utils.translation import ugettext as _
from openedx.core.djangolib.markup import HTML, Text