templates: stop using staticfiles template tag library (#57851)

This commit is contained in:
Benjamin Dauvergne 2021-10-14 11:53:10 +02:00
parent f92b855774
commit 0b9bfe9b68
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 css %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/combo.manager.css"/>

View File

@ -1,5 +1,5 @@
{% extends "combo/page_template.html" %}
{% load staticfiles i18n %}
{% load static i18n %}
{% block combo-content %}
{% block wait-js %}

View File

@ -1,5 +1,5 @@
{% extends "gadjo/base.html" %}
{% load staticfiles i18n %}
{% load static i18n %}
{% block css %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/combo.manager.css"/>