Remove template tags removed in Django v3
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
{% block appname %}infoAdmin{% endblock appname %}
|
{% block appname %}infoAdmin{% endblock appname %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
<footer style="text-align: center">
|
<footer style="text-align: center">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
{% load staticfiles %}
|
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
<link rel="stylesheet" href="{% static "ohlhafv/css/footer.css" %}">
|
<link rel="stylesheet" href="{% static "ohlhafv/css/footer.css" %}">
|
||||||
|
|
||||||
<footer style="text-align: center">
|
<footer style="text-align: center">
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{% extends "admin/base.html" %}
|
{% extends "admin/base.html" %}
|
||||||
{% load admin_static %}
|
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{# Additional <head> content here, some extra meta tags or favicon #}
|
{# Additional <head> content here, some extra meta tags or favicon #}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
<link rel="stylesheet" href="{% static "css/footer.css" %}">
|
<link rel="stylesheet" href="{% static "css/footer.css" %}">
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{% static "webapp/css/base.css" %}">
|
<link rel="stylesheet" href="{% static "webapp/css/base.css" %}">
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
<div class="footer-padder"></div>
|
<div class="footer-padder"></div>
|
||||||
<footer style="text-align: center">
|
<footer style="text-align: center">
|
||||||
|
|||||||
Reference in New Issue
Block a user