mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-22 17:00:24 +00:00
Removed debugging information.
This commit is contained in:
parent
f09a6b5bff
commit
ca6d4ee8ed
1 changed files with 1 additions and 3 deletions
|
|
@ -5,9 +5,7 @@
|
|||
{% for regrouped_object in regrouped_objects %}
|
||||
{% with object=regrouped_object.grouper %}
|
||||
{% if object %}
|
||||
<li>
|
||||
sortable fk is sortable: {{ sortable_by_class_is_sortable }}
|
||||
{% if sortable_by_class_is_sortable %}
|
||||
<li>{% if sortable_by_class_is_sortable %}
|
||||
{% render_object_rep object %}
|
||||
{% else %}
|
||||
{{ object }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue