Commit 6e0ef385 by Zia Fazal

load header extra file if request comes from micro site

use blank header_extra template instead of if statement
parent f80720d0
<%
# 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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment