Merge pull request #14318 from edx/renzo/copyright-year
Update the year in the copyright
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
## 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 @@
|
|||||||
% 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
|
||||||
|
|||||||
Reference in New Issue
Block a user