From a2f94df10b00dfdec7f769dd196948c59e2e94c6 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Mon, 16 May 2022 12:10:31 +0200 Subject: [PATCH] templates: discard deprecated 'staticfiles' lib (#65290) --- .../templates/authentic2/cut_manager_user_actions_journal.html | 2 +- .../authentic2/cut_manager_user_modifications_journal.html | 2 +- .../templates/authentic2/cut_manager_user_validations.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/authentic2_cut/templates/authentic2/cut_manager_user_actions_journal.html b/src/authentic2_cut/templates/authentic2/cut_manager_user_actions_journal.html index 585232d..1a19309 100644 --- a/src/authentic2_cut/templates/authentic2/cut_manager_user_actions_journal.html +++ b/src/authentic2_cut/templates/authentic2/cut_manager_user_actions_journal.html @@ -1,5 +1,5 @@ {% extends "authentic2/manager/base.html" %} -{% load i18n staticfiles django_tables2 %} +{% load i18n static django_tables2 %} {% block breadcrumb %} {{ block.super }} diff --git a/src/authentic2_cut/templates/authentic2/cut_manager_user_modifications_journal.html b/src/authentic2_cut/templates/authentic2/cut_manager_user_modifications_journal.html index 56c1eee..6bc65d3 100644 --- a/src/authentic2_cut/templates/authentic2/cut_manager_user_modifications_journal.html +++ b/src/authentic2_cut/templates/authentic2/cut_manager_user_modifications_journal.html @@ -1,5 +1,5 @@ {% extends "authentic2/manager/base.html" %} -{% load i18n staticfiles django_tables2 %} +{% load i18n static django_tables2 %} {% block breadcrumb %} {{ block.super }} diff --git a/src/authentic2_cut/templates/authentic2/cut_manager_user_validations.html b/src/authentic2_cut/templates/authentic2/cut_manager_user_validations.html index 9023187..d17690b 100644 --- a/src/authentic2_cut/templates/authentic2/cut_manager_user_validations.html +++ b/src/authentic2_cut/templates/authentic2/cut_manager_user_validations.html @@ -1,5 +1,5 @@ {% extends "authentic2/manager/base.html" %} -{% load i18n staticfiles django_tables2 %} +{% load i18n static django_tables2 %} {% block appbar %}

Validation d'identité