From b8895f9fa3df07f6b343ef9e937ac94ab31643b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20=C3=98llegaard?= Date: Sun, 11 Nov 2012 19:33:41 +0100 Subject: [PATCH] Use the `static` template tag, so it works with alternative storage engines, e.g. s3 --- .../templates/admin/treeadmin/tree_editor.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/treeadmin/templates/admin/treeadmin/tree_editor.html b/treeadmin/templates/admin/treeadmin/tree_editor.html index 73adc3e..0a763c8 100644 --- a/treeadmin/templates/admin/treeadmin/tree_editor.html +++ b/treeadmin/templates/admin/treeadmin/tree_editor.html @@ -1,16 +1,16 @@ {% extends "admin/change_list.html" %} {% load adminmedia admin_list i18n %} - +{% load staticfiles %} {% block extrahead %} {{ block.super }} - + {% if TREEADMIN_MEDIA_HOTLINKING %} {% else %} - - + + {% endif %} - - - - + + + + {% endblock %}