Merge pull request #15105 from edx/e0d/icp-footer-for-reals
Fix the actual template we use
This commit is contained in:
@@ -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)}
|
||||
</p>
|
||||
${u" | {icp}".format(icp=getattr(settings,'ICP_LICENSE')) if getattr(settings,'ICP_LICENSE',False) else ""}
|
||||
</p>
|
||||
|
||||
## The OpenEdX link may be hidden when this view is served
|
||||
## through an API to partner sites (such as marketing sites or blogs),
|
||||
|
||||
Reference in New Issue
Block a user