Skip to content

Commit

Permalink
Merge pull request #151 from appsembler/matej/juniper-fixes-3
Browse files Browse the repository at this point in the history
Juniper fixes round 3
  • Loading branch information
OmarIthawi committed Apr 7, 2021
2 parents 71ffd4b + a47ab90 commit e0f3461
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cms/static/sass/amc-specific.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,7 @@ body.view-settings {
}
}
}

.xblock .mentoring .copyright {
display: none;
}
5 changes: 1 addition & 4 deletions cms/templates/widgets/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<div class="footer-content-primary">
<div class="colophon">
<p>&copy; ${datetime.now(pytz.timezone(settings.TIME_ZONE)).year} <a data-rel="edx.org" href="${marketing_link('ROOT')}" rel="external">${settings.PLATFORM_NAME}</a>.</p>
<p>&copy; ${datetime.now(pytz.timezone(settings.TIME_ZONE)).year} <a data-rel="https://www.appsembler.com" href="https://www.appsembler.com" rel="external">Appsembler</a></p>
</div>

<nav class="nav-peripheral" aria-label="${_("Policies")}">
Expand All @@ -35,9 +35,6 @@
<a data-rel="edx.org" href="${reverse('accessibility')}">${_("Accessibility Accommodation Request")}</a>
</li>
%endif
<li class="nav-item">
<a data-rel="edx.org" id="lms-link" href="${settings.LMS_ROOT_URL}">${_("LMS")}</a>
</li>
</ol>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions lms/templates/theme-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -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', '/'),
}
%>
</%def>
Expand Down

0 comments on commit e0f3461

Please sign in to comment.