Skip to content
Snippets Groups Projects
Unverified Commit bedaeb24 authored by Thomas Tracy's avatar Thomas Tracy Committed by GitHub
Browse files

Merge pull request #22533 from edx/ttracy/MICROBA-70-update-footer-trademarks

Change the footer trademark year.
parents 1fe28dee 5c44c6d6
No related merge requests found
......@@ -132,13 +132,8 @@
## \u2013 is the en-dash. It looks like a year, but it isn't.
<!--"EdX, Open edX, and MicroMasters are trademarks of edX Inc. registered in the U.S. and other countries-->
<p class="copyright">${_(
u"\u00A9 2012\u2013{year} edX Inc. ").format(year=datetime.datetime.now().year)}
u"\u00A9 {year} edX Inc. All rights reserved.").format(year=datetime.datetime.now().year)}
<br/>
${_(
u"edX, Open edX, and MicroMasters are registered trademarks of edX Inc. "
)}
% if icp_license_info.get('icp_license'):
${u" | {text}".format(text=icp_license_info.get('text'))}
<a href="${icp_license_info.get('icp_license_link', '#')}">
......
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