Commit 3688217f by Bertrand Marron Committed by Bertrand Marron

Change logo url when not logged in

parent d8606c86
...@@ -47,7 +47,7 @@ site_status_msg = get_site_status_msg(course_id) ...@@ -47,7 +47,7 @@ site_status_msg = get_site_status_msg(course_id)
</h1> </h1>
% if course: % if course:
<h2><span class="provider">${course.display_org_with_default | h}:</span> ${course.display_number_with_default | h} ${course.display_name_with_default}</h2> <h2>${course.display_name_with_default}</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