Commit f200bca6 by Greg Price

Merge pull request #2066 from edx/fix/gprice/mktg-access-courseware

Make "access courseware" buttons for marketing site break out of iframes
parents ba983d5f e4509ae3
......@@ -46,7 +46,7 @@
<li class="item">
%if user.is_authenticated() and registered:
%if show_courseware_link:
<a class="action access-courseware" href="${course_target}">Access Courseware</a>
<a class="action access-courseware" href="${course_target}" target="_top">Access Courseware</a>
%else:
<div class="action is-registered">You Are Registered</div>
%endif
......
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