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,6 +1,5 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
<!DOCTYPE html>
@@ -2,7 +2,6 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
{% block appname %}infoAdmin{% endblock appname %}
-1
View File
@@ -1,6 +1,5 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
<footer style="text-align: center">
<div>
-1
View File
@@ -1,6 +1,5 @@
<!DOCTYPE html>
{% load staticfiles %}
{% load static %}
{% load i18n %}
-1
View File
@@ -1,6 +1,5 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
<link rel="stylesheet" href="{% static "ohlhafv/css/footer.css" %}">
<footer style="text-align: center">
-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>
-1
View File
@@ -2,7 +2,6 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
{% block styles %}
<link rel="stylesheet" href="{% static "webapp/css/base.css" %}">
-1
View File
@@ -1,6 +1,5 @@
{% load i18n %}
{% load static %}
{% load staticfiles %}
<div class="footer-padder"></div>
<footer style="text-align: center">