From cd6e3ea8a8300df051b174881294465b56676a31 Mon Sep 17 00:00:00 2001 From: grozdanowski Date: Tue, 6 Apr 2021 14:45:37 +0000 Subject: [PATCH 1/3] change studio footer items --- cms/templates/widgets/footer.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index 53a96538..4c312192 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -12,7 +12,7 @@ From e2b3052f7bbc6cd0e031433335e64d4576a61b4e Mon Sep 17 00:00:00 2001 From: grozdanowski Date: Tue, 6 Apr 2021 15:00:00 +0000 Subject: [PATCH 2/3] hide copyright notice on problem builder --- cms/static/sass/amc-specific.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 From a47ab90dc63c9071c8f4488e63238e3038c2be83 Mon Sep 17 00:00:00 2001 From: grozdanowski Date: Tue, 6 Apr 2021 17:40:59 +0000 Subject: [PATCH 3/3] add a feature to set the target of the header logo --- lms/templates/theme-variables.html | 1 + 1 file changed, 1 insertion(+) 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', '/'), } %>