diff --git a/cms/static/sass/amc-specific.scss b/cms/static/sass/amc-specific.scss index ed69fe0b..4aeab88c 100644 --- a/cms/static/sass/amc-specific.scss +++ b/cms/static/sass/amc-specific.scss @@ -144,3 +144,7 @@ body.view-settings { } } } + +.xblock .mentoring .copyright { + display: none; +} \ No newline at end of file diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index b1828017..f5ef571b 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -15,7 +15,7 @@ diff --git a/lms/templates/theme-variables.html b/lms/templates/theme-variables.html index a2663c61..c4f4f947 100644 --- a/lms/templates/theme-variables.html +++ b/lms/templates/theme-variables.html @@ -71,6 +71,7 @@ 'customer_gtm_id': get_value('customer_gtm_id', ""), 'default_og_image': get_value('default_og_image', ''), 'og_image_use_course_images': get_value('og_image_use_course_images', ''), + 'header_logo_target': get_value('header_logo_target', '/'), } %>