Commit 5fccde3e by Edward Zarecor

Fix the actual template we use

parent 69d85dc1
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
u"EdX, Open edX and the edX and Open EdX logos are registered trademarks " u"EdX, Open edX and the edX and Open EdX logos are registered trademarks "
u"or trademarks of edX Inc." u"or trademarks of edX Inc."
).format(year=datetime.datetime.now().year)} ).format(year=datetime.datetime.now().year)}
${u" | {icp}".format(icp=getattr(settings,'ICP_LICENSE')) if getattr(settings,'ICP_LICENSE',False) else ""}
</p> </p>
## The OpenEdX link may be hidden when this view is served ## The OpenEdX link may be hidden when this view is served
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment