Fix the actual template we use

This commit is contained in:
Edward Zarecor
2017-05-12 11:32:23 -04:00
parent 69d85dc103
commit 5fccde3e4f

View File

@@ -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),