Skip to content

Commit e1cf9e8

Browse files
authored
Merge pull request OskarPersson#71 from PetrDlouhy/master
fix for Django 1.10 compatibility
2 parents 9bd4e9b + 4326531 commit e1cf9e8

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)