templates: load static template tags library using {% load static %} (#53226)

RemovedInDjango30Warning: {% load staticfiles %} is deprecated in favor
of {% load static %}.
This commit is contained in:
Frédéric Péters 2021-04-17 20:08:10 +02:00
parent 91dfa5f0d8
commit 438fc92cf1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% load i18n gadjo staticfiles %}<!DOCTYPE html>
{% load i18n gadjo static %}<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>