Merge pull request #2066 from edx/fix/gprice/mktg-access-courseware
Make "access courseware" buttons for marketing site break out of iframes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user