All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: yocto@lists.yoctoproject.org
Cc: Tim Orling <tim.orling@konsulko.com>
Subject: [layerindex][PATCH 19/18] templates/*: staticfiles -> static
Date: Thu, 13 Jan 2022 23:38:34 -0800	[thread overview]
Message-ID: <20220114073833.719377-1-tim.orling@konsulko.com> (raw)

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(-)

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 %}
 
-- 
2.30.2



                 reply	other threads:[~2022-01-14  7:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220114073833.719377-1-tim.orling@konsulko.com \
    --to=ticotimo@gmail.com \
    --cc=tim.orling@konsulko.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.