From e4509ae3ad7c31dcb12f53ece71200b66c65a829 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 17 May 2013 13:31:22 -0400 Subject: [PATCH] Make "access courseware" buttons for marketing site break out of iframes --- lms/templates/courseware/mktg_course_about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/mktg_course_about.html b/lms/templates/courseware/mktg_course_about.html index 168e3e2c0b..613d34fc4a 100644 --- a/lms/templates/courseware/mktg_course_about.html +++ b/lms/templates/courseware/mktg_course_about.html @@ -46,7 +46,7 @@
  • %if user.is_authenticated() and registered: %if show_courseware_link: - Access Courseware + Access Courseware %else:
    You Are Registered
    %endif