Commit a4a69f83 by Renzo Lucioni Committed by GitHub

Merge pull request #14318 from edx/renzo/copyright-year

Update the year in the copyright
parents fe7eef03 c8673084
## mako ## mako
<%! <%!
import datetime
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from branding.api import get_footer from branding.api import get_footer
%> %>
...@@ -35,10 +37,10 @@ ...@@ -35,10 +37,10 @@
% endfor % endfor
</nav> </nav>
<p class="copyright">${_( <p class="copyright">${_(
u"\u00A9 2016 edX Inc. All rights reserved except where noted. " u"\u00A9 2012-{year} edX Inc. All rights reserved except where noted. "
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)}
</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