summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-03-24 00:23:17 +0100
committerDan McGee <dan@archlinux.org>2012-03-24 01:54:40 +0100
commit0545e3e0ec864eaed4facc94158e3ed9da1dfb2b (patch)
treed00c14ff93127330911d242332f2666d0ccf6614 /templates/devel
parent95520ae26485e5c62ea1431ca82a7b42d01b923a (diff)
downloadarchweb-0545e3e0ec864eaed4facc94158e3ed9da1dfb2b.tar.gz
archweb-0545e3e0ec864eaed4facc94158e3ed9da1dfb2b.tar.xz
Django 1.4 admin and admin media changes
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/admin_log.html4
1 files changed, 2 insertions, 2 deletions
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 }}<link rel="stylesheet" type="text/css" href="{% load adminmedia %}{% admin_media_prefix %}css/dashboard.css" />{% endblock %}
+{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}" />{% endblock %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="/admin/">{% trans 'Home' %}</a>{% if title %} &rsaquo; {{ title }}{% endif %}</div>{% endblock %}