dj32: rename staticfiles templatetags lib to static (#67950)

This commit is contained in:
Benjamin Dauvergne 2023-01-10 11:29:27 +01:00
parent a427740907
commit 17c566ede0
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{% extends "gadjo/base.html" %}
{% load i18n staticfiles %}
{% load i18n static %}
{% block css %}
<link href="{% static "css/bijoe.css" %}" rel="stylesheet">

View File

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

View File

@ -1,4 +1,4 @@
{% load staticfiles gadjo %}<!DOCTYPE html>
{% load gadjo static %}<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/gadjo.css"/>