diff --git a/lms/templates/index.html b/lms/templates/index.html index d8e6d75278..b2fdfe0633 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -1,7 +1,6 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> -<%! from time import strftime %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/>