Remove template tags removed in Django v3

This commit is contained in:
Aarni Halinen
2022-08-01 21:27:29 +03:00
parent 7fd30e3eba
commit 6da5b97e19
10 changed files with 0 additions and 10 deletions
-1
View File
@@ -1,5 +1,4 @@
{% extends "admin/base.html" %}
{% load admin_static %}
{% load i18n %}
{# Additional <head> content here, some extra meta tags or favicon #}
-1
View File
@@ -1,6 +1,5 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
<link rel="stylesheet" href="{% static "css/footer.css" %}">
<footer class="footer">
-1
View File
@@ -2,7 +2,6 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
<html>
<head>