diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 25d26c3d2d..fd2abc730d 100644 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -49,7 +49,8 @@ u"EdX, Open edX and the edX and Open EdX logos are registered trademarks " u"or trademarks of edX Inc." ).format(year=datetime.datetime.now().year)} -

+ ${u" | {icp}".format(icp=getattr(settings,'ICP_LICENSE')) if getattr(settings,'ICP_LICENSE',False) else ""} +

## The OpenEdX link may be hidden when this view is served ## through an API to partner sites (such as marketing sites or blogs),