1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Loaded cycle and firstof from future in built-in templates. Refs #17906.

This was missing from f49e9a517f.
This commit is contained in:
Aymeric Augustin
2013-02-24 15:16:45 +01:00
parent 99edbe0e27
commit bc787f6a32
6 changed files with 7 additions and 7 deletions

View File

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

View File

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