[layerindex,19/18] templates/*: staticfiles -> static

Message ID 20220114073833.719377-1-tim.orling@konsulko.com
State New
Headers show
Series None | expand

Commit Message

Tim Orling Jan. 14, 2022, 7:38 a.m. UTC
In Django 3.0 the staticfiles tag was changed to static

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 templates/layerindex/classicstats.html | 2 +-
 templates/rrs/base_toplevel.html       | 2 +-
 templates/rrs/maintainers.html         | 2 +-
 templates/rrs/recipedetail.html        | 2 +-
 templates/rrs/recipes.html             | 2 +-
 templates/rrs/rrs_stats.html           | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Patch

diff --git a/templates/layerindex/classicstats.html b/templates/layerindex/classicstats.html
index 18fdf70..b677520 100644
--- a/templates/layerindex/classicstats.html
+++ b/templates/layerindex/classicstats.html
@@ -1,6 +1,6 @@ 
 {% extends "layerindex/classic_base.html" %}
 {% load i18n %}
-{% load staticfiles %}
+{% load static %}
 
 {% comment %}
 
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index c2f1c21..7ba97ab 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -1,6 +1,6 @@ 
 {% extends "base.html" %}
 {% load i18n %}
-{% load staticfiles %}
+{% load static %}
 
 {% comment %}
 
diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html
index 217a060..c8f2418 100644
--- a/templates/rrs/maintainers.html
+++ b/templates/rrs/maintainers.html
@@ -1,6 +1,6 @@ 
 {% extends "rrs/base_toplevel.html" %}
 {% load i18n %}
-{% load staticfiles %}
+{% load static %}
 
 {% comment %}
 
diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html
index e2bcfe2..8f90735 100644
--- a/templates/rrs/recipedetail.html
+++ b/templates/rrs/recipedetail.html
@@ -1,6 +1,6 @@ 
 {% extends "base.html" %}
 {% load i18n %}
-{% load staticfiles %}
+{% load static %}
 
 {% comment %}
 
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index b62df87..663f547 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -1,6 +1,6 @@ 
 {% extends "rrs/base_toplevel.html" %}
 {% load i18n %}
-{% load staticfiles %}
+{% load static %}
 
 {% comment %}
 
diff --git a/templates/rrs/rrs_stats.html b/templates/rrs/rrs_stats.html
index a13c8f2..52b723f 100644
--- a/templates/rrs/rrs_stats.html
+++ b/templates/rrs/rrs_stats.html
@@ -1,6 +1,6 @@ 
 {% extends "rrs/base_toplevel.html" %}
 {% load i18n %}
-{% load staticfiles %}
+{% load static %}
 
 {% comment %}