From 4225671177f9f65e873ddbab373e5968c2afa8fc Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 23 Dec 2013 12:43:49 +0100 Subject: Fix staticfiles panel to work with prefixed STATICFILES_DIRS. Closes #503 and #507. Many thanks to Alexander Clausen (@sk1p) for the inspiration for the patch. --- debug_toolbar/templates/debug_toolbar/panels/staticfiles.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html b/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html index eb413b5..95c9ec8 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html +++ b/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html @@ -4,8 +4,8 @@