Commit 5196f4b1 by raeeschachar

Fix header logo link to MKTG root.

In courseware, banner Logo links to Dashboard, footer logo
links to home page.

LEARNER-2881
parent dd2f90fb
......@@ -14,7 +14,7 @@ from branding import api as branding_api
%>
<h1 class="header-logo">
<a href="${reverse('dashboard')}">
<a href="${branding_api.get_home_url()}">
<%block name="navigation_logo">
<img class="logo" src="${branding_api.get_logo_url(is_secure)}" alt="${_("{platform_name} Home Page").format(platform_name=static.get_platform_name())}"/>
</%block>
......
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