From 0545e3e0ec864eaed4facc94158e3ed9da1dfb2b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 23 Mar 2012 18:23:17 -0500 Subject: Django 1.4 admin and admin media changes Signed-off-by: Dan McGee --- templates/devel/admin_log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/devel') diff --git a/templates/devel/admin_log.html b/templates/devel/admin_log.html index 0f22ba2..1629c10 100644 --- a/templates/devel/admin_log.html +++ b/templates/devel/admin_log.html @@ -1,7 +1,7 @@ {% extends "admin/base_site.html" %} -{% load i18n %} +{% load i18n admin_static %} -{% block extrastyle %}{{ block.super }}{% endblock %} +{% block extrastyle %}{{ block.super }}{% endblock %} {% block breadcrumbs %}{% endblock %} -- cgit v1.2.3-24-g4f1b