Skip to content
Snippets Groups Projects
Commit 9cc1859e authored by Matt Drayer's avatar Matt Drayer
Browse files

Merge pull request #9596 from edx/ziafazal/MAYN-118

MAYN-118: load header extra file
parents ff0bacde 6e0ef385
No related branches found
No related tags found
No related merge requests found
<%
# This template is left blank on purpose. It can be overridden by microsites.
%>
......@@ -94,7 +94,7 @@ from branding import api as branding_api
style_overrides_file = None
else:
header_extra_file = None
header_extra_file = microsite.get_template_path('header_extra.html')
if settings.FEATURES['IS_EDX_DOMAIN'] and not is_microsite():
header_file = microsite.get_template_path('navigation-edx.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment