From c867308441d89872564f916d9de3e0a92606fe47 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Thu, 12 Jan 2017 10:14:15 -0500 Subject: [PATCH] Update the year in the copyright Datetime is used to make sure we never need to make a change like this again. --- themes/edx.org/lms/templates/footer.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 55aad69328..c849aa451a 100644 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -1,5 +1,7 @@ ## mako <%! + import datetime + from django.utils.translation import ugettext as _ from branding.api import get_footer %> @@ -35,10 +37,10 @@ % endfor ## The OpenEdX link may be hidden when this view is served