fix: correct relative paths in templates to track_selection.html
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user