Merge pull request #218 from cjtapper/master

Remove deprecated template tag libraries.
master
Brandon Taylor 2019-12-07 17:22:30 -05:00 committed by GitHub
commit 45478baa7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{% extends change_form_template_extends %}
{% load i18n admin_modify %}
{% load static from staticfiles %}
{% load static %}
{% block extrahead %}
{{ block.super }}

View File

@ -1,4 +1,4 @@
{% load i18n admin_urls admin_static django_template_additions %}
{% load i18n admin_urls static django_template_additions %}
{% get_django_version as django_version %}
<div class="inline-group" id="{{ inline_admin_formset.formset.prefix }}-group">
<h2>{{ inline_admin_formset.opts.verbose_name_plural|title }} {% if inline_admin_formset.formset.initial_form_count > 1 %} - {% trans "drag and drop to change order" %}{% endif %}</h2>

View File

@ -1,4 +1,4 @@
{% load i18n admin_urls admin_static admin_modify django_template_additions %}{% load cycle from future %}
{% load i18n admin_urls static admin_modify django_template_additions %}{% load cycle from future %}
{% get_django_version as django_version %}
<div class="inline-group {% if django_version.major >= 1 and django_version.minor >= 9 %}flat-admin{% endif %}" id="{{ inline_admin_formset.formset.prefix }}-group">
<div class="tabular inline-related {% if forloop.last %}last-related{% endif %}">