Skip to content

Commit 4326531

Browse files
committed
fix for Django 1.10: remove cycle from future template tag loading in tabular-nested.html
1 parent 9bd4e9b commit 4326531

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nested_inline/templates/admin/edit_inline/tabular-nested.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% load i18n admin_static admin_modify %}
2-
{% load cycle from future %}
32
<div class="inline-group{% if recursive_formset %} {{ recursive_formset.formset.prefix|default:"Root" }}-nested-inline{% if prev_prefix %} {{ prev_prefix }}-{{ loopCounter }}-nested-inline{% endif %} nested-inline{% endif %}" id="{{ inline_admin_formset.formset.prefix }}-group">
43
{% with recursive_formset=inline_admin_formset stacked_template='admin/edit_inline/stacked-nested.html' tabular_template='admin/edit_inline/tabular-nested.html'%}
54
<div class="tabular inline-related {% if forloop.last %}last-related{% endif %}" id="{{ recursive_formset.formset.prefix }}">

0 commit comments

Comments
 (0)