diff --git a/silk/templates/silk/base/base.html b/silk/templates/silk/base/base.html index 917ff40a..edc0b481 100644 --- a/silk/templates/silk/base/base.html +++ b/silk/templates/silk/base/base.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %}
diff --git a/silk/templates/silk/base/detail_base.html b/silk/templates/silk/base/detail_base.html index 56379668..cbe26953 100644 --- a/silk/templates/silk/base/detail_base.html +++ b/silk/templates/silk/base/detail_base.html @@ -1,5 +1,5 @@ {% extends 'silk/base/base.html' %} -{% load staticfiles %} +{% load static %} {% block style %} diff --git a/silk/templates/silk/base/root_base.html b/silk/templates/silk/base/root_base.html index 371bec77..93e7208f 100644 --- a/silk/templates/silk/base/root_base.html +++ b/silk/templates/silk/base/root_base.html @@ -1,7 +1,7 @@ {% extends "silk/base/base.html" %} {% load silk_nav %} {% load silk_inclusion %} -{% load staticfiles %} +{% load static %} {% block body_class %} cbp-spmenu-push diff --git a/silk/templates/silk/cprofile.html b/silk/templates/silk/cprofile.html index 2b0f05ea..3dfe2599 100644 --- a/silk/templates/silk/cprofile.html +++ b/silk/templates/silk/cprofile.html @@ -2,7 +2,7 @@ {% load silk_filters %} {% load silk_nav %} {% load silk_inclusion %} -{% load staticfiles %} +{% load static %} {% block js %} diff --git a/silk/templates/silk/profile_detail.html b/silk/templates/silk/profile_detail.html index 9badaab1..367589ba 100644 --- a/silk/templates/silk/profile_detail.html +++ b/silk/templates/silk/profile_detail.html @@ -2,7 +2,7 @@ {% load silk_filters %} {% load silk_nav %} {% load silk_inclusion %} -{% load staticfiles %} +{% load static %} {% block js %} diff --git a/silk/templates/silk/profiling.html b/silk/templates/silk/profiling.html index b12fe73b..436f4f29 100644 --- a/silk/templates/silk/profiling.html +++ b/silk/templates/silk/profiling.html @@ -1,5 +1,5 @@ {% extends 'silk/base/root_base.html' %} -{% load staticfiles %} +{% load static %} {% load silk_inclusion %} {% block menu %} diff --git a/silk/templates/silk/raw.html b/silk/templates/silk/raw.html index 3597473c..bef69ed4 100644 --- a/silk/templates/silk/raw.html +++ b/silk/templates/silk/raw.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} diff --git a/silk/templates/silk/request.html b/silk/templates/silk/request.html index 8556964b..0d8fdfd1 100644 --- a/silk/templates/silk/request.html +++ b/silk/templates/silk/request.html @@ -1,7 +1,7 @@ {% extends "silk/base/base.html" %} {% load silk_filters %} {% load silk_inclusion %} -{% load staticfiles %} +{% load static %} {% block style %} diff --git a/silk/templates/silk/requests.html b/silk/templates/silk/requests.html index a7d806d4..3fbab379 100644 --- a/silk/templates/silk/requests.html +++ b/silk/templates/silk/requests.html @@ -1,6 +1,6 @@ {% extends 'silk/base/root_base.html' %} {% load silk_inclusion %} -{% load staticfiles %} +{% load static %} {% block menu %} {% root_menu request %} diff --git a/silk/templates/silk/sql.html b/silk/templates/silk/sql.html index ea21f0d2..2b5b970d 100644 --- a/silk/templates/silk/sql.html +++ b/silk/templates/silk/sql.html @@ -2,7 +2,7 @@ {% load silk_nav %} {% load silk_filters %} -{% load staticfiles %} +{% load static %} {% load silk_inclusion %} {% block js %} diff --git a/silk/templates/silk/summary.html b/silk/templates/silk/summary.html index e4a9d11a..4eeed5f8 100644 --- a/silk/templates/silk/summary.html +++ b/silk/templates/silk/summary.html @@ -1,6 +1,6 @@ {% extends 'silk/base/root_base.html' %} {% load silk_inclusion %} -{% load staticfiles %} +{% load static %} {% block menu %} {% root_menu request %} {% endblock %}