mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-23 13:11:04 -05:00
Fix PendingDeprecationWarning for cycle tag on Django 1.6+
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% load admin_list i18n %}
|
||||
{% load url from future %}
|
||||
{% load cycle from djrill_future %}
|
||||
|
||||
{% block extrastyle %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% load admin_list i18n %}
|
||||
{% load url from future %}
|
||||
{% load cycle from djrill_future %}
|
||||
|
||||
{% block extrastyle %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% load admin_list i18n %}
|
||||
{% load url from future %}
|
||||
{% load cycle from djrill_future %}
|
||||
|
||||
{% block extrastyle %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}admin/css/changelists.css" />
|
||||
|
||||
Reference in New Issue
Block a user