From 7fd9d44210a2e600148a8fa38460bd5c1b3bfc73 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 14 Feb 2014 12:30:14 -0500 Subject: [PATCH] Remove unused import. --- lms/templates/index.html | 1 - 1 file changed, 1 deletion(-) 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'/>