Remove unused import.

This commit is contained in:
Ned Batchelder
2014-02-14 12:30:14 -05:00
parent c246f7da11
commit 7fd9d44210

View File

@@ -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'/>