1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +00:00

Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.

This commit is contained in:
Maxime Turcotte
2014-03-27 16:24:19 -04:00
committed by Tim Graham
parent 12e9adcd71
commit 5e4e0b6fe9
11 changed files with 33 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load i18n %}{% load firstof from future %}
{% load i18n %}
{% block coltype %}colSM{% endblock %}
{% block breadcrumbs %}

View File

@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load i18n %}{% load firstof from future %}
{% load i18n %}
{% block coltype %}colSM{% endblock %}
{% block breadcrumbs %}