From 6da5b97e194a3091fb06bb47f7bd655a7c981975 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 1 Aug 2022 21:27:29 +0300 Subject: [PATCH] Remove template tags removed in Django v3 --- infoscreen/templates/base.html | 1 - infoscreen/templates/infoscreen_admin.html | 1 - kaehmy/templates/footer.html | 1 - members/templates/base.html | 1 - ohlhafv/templates/footer.html | 1 - templates/admin/base_site.html | 1 - templates/footer.html | 1 - templates/project.html | 1 - webapp/templates/base.html | 1 - webapp/templates/footer.html | 1 - 10 files changed, 10 deletions(-) diff --git a/infoscreen/templates/base.html b/infoscreen/templates/base.html index c4c3c70..c3569dd 100644 --- a/infoscreen/templates/base.html +++ b/infoscreen/templates/base.html @@ -1,6 +1,5 @@ {% load i18n %} {% load static %} -{% load staticfiles %} diff --git a/infoscreen/templates/infoscreen_admin.html b/infoscreen/templates/infoscreen_admin.html index 47d3258..ceef9c4 100644 --- a/infoscreen/templates/infoscreen_admin.html +++ b/infoscreen/templates/infoscreen_admin.html @@ -2,7 +2,6 @@ {% load i18n %} {% load static %} -{% load staticfiles %} {% block appname %}infoAdmin{% endblock appname %} diff --git a/kaehmy/templates/footer.html b/kaehmy/templates/footer.html index 22b4d76..a081138 100644 --- a/kaehmy/templates/footer.html +++ b/kaehmy/templates/footer.html @@ -1,6 +1,5 @@ {% load i18n %} {% load static %} -{% load staticfiles %}