From 8c1e91aeaac78e6ec00683ef44311c2429d82d5f Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 28 Mar 2020 08:51:43 -0700 Subject: [PATCH] Remove unnecessary '{% load static %}' template tags These templates do not use the {% static ... %} template tag. --- debug_toolbar/templates/debug_toolbar/panels/profiling.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql_explain.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql_profile.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/sql_select.html | 2 +- debug_toolbar/templates/debug_toolbar/panels/templates.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debug_toolbar/templates/debug_toolbar/panels/profiling.html b/debug_toolbar/templates/debug_toolbar/panels/profiling.html index b01f2db12..d081c8be9 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/profiling.html +++ b/debug_toolbar/templates/debug_toolbar/panels/profiling.html @@ -1,4 +1,4 @@ -{% load i18n %}{% load static %} +{% load i18n %} diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 66396ab27..cb6ccb16c 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -1,4 +1,4 @@ -{% load i18n l10n %}{% load static %} +{% load i18n l10n %}