trivial: replace deprecated {% load staticfiles %} (#64287)

This commit is contained in:
Frédéric Péters 2022-04-17 10:59:59 +02:00
parent 9f07e949fc
commit a36ab59498
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{% extends "gadjo/base.html" %}
{% load staticfiles i18n %}
{% load static i18n %}
{% block extrascripts %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends "chrono/manager_event_detail.html" %}
{% load staticfiles i18n %}
{% load static i18n %}
{% block breadcrumb %}
{{ block.super }}

View File

@ -1,5 +1,5 @@
{% extends "chrono/manager_home.html" %}
{% load staticfiles i18n %}
{% load static i18n %}
{% block extrascripts %}
{{ block.super }}