From 5fccde3e4f04fb66bb0bf17726e32992e858dad8 Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Fri, 12 May 2017 11:32:23 -0400 Subject: [PATCH] Fix the actual template we use --- themes/edx.org/lms/templates/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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),