mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
templates/*: staticfiles -> static
In Django 3.0 the staticfiles tag was changed to static Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
f074aece70
commit
796d2455bb
|
@ -1,6 +1,6 @@
|
|||
{% extends "layerindex/classic_base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "rrs/base_toplevel.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "rrs/base_toplevel.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "rrs/base_toplevel.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% comment %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user