Skip to content
Snippets Groups Projects
Commit 5c44c6d6 authored by Thomas Tracy's avatar Thomas Tracy
Browse files

Change the footer trademark year.

parent 2eab2a3a
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment