Commit b146fc1c by Bertrand Marron Committed by Bertrand Marron

Change logo url when not logged in

parent cc86a0bd
...@@ -48,16 +48,7 @@ site_status_msg = get_site_status_msg(course_id) ...@@ -48,16 +48,7 @@ site_status_msg = get_site_status_msg(course_id)
</h1> </h1>
% if course: % if course:
<h2 class="course-header"><span class="provider">${course.display_org_with_default | h}:</span> <h2>${course.display_name_with_default}</h2>
${course.display_number_with_default | h}
<%
display_name = course.display_name_with_default
if settings.FEATURES.get('CUSTOM_COURSES_EDX', False):
ccx = get_current_ccx(course.id)
if ccx:
display_name = ccx.display_name
%>
${display_name}</h2>
% endif % endif
% if user.is_authenticated(): % if user.is_authenticated():
......
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