mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-10 06:46:04 +00:00
fix
This commit is contained in:
parent
70ca8c3ddd
commit
6327c04b9d
@ -1,14 +1,10 @@
|
||||
<div class="ml-6">
|
||||
<div class="ml-6" data-dnd="dnd-sub-collection">
|
||||
{% if not collection.is_leaf %}
|
||||
<!-- if collection has sub_collection make for loop for it -->
|
||||
<!-- Nested accordion -->
|
||||
<!-- prettier-ignore -->
|
||||
{% for sub_collection in collection.children if not sub_collection.is_deleted%}
|
||||
<div
|
||||
id="accordion-nested-collapse"
|
||||
data-accordion="open"
|
||||
data-sub-collection-id="{{sub_collection.id}}"
|
||||
data-dnd="dnd-sub-collection">
|
||||
<div id="accordion-nested-collapse" data-accordion="open">
|
||||
<!-- prettier-ignore -->
|
||||
<div class="flex items-center justify-start w-full font-medium text-left text-gray-500 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:text-gray-400">
|
||||
<button
|
||||
|
Loading…
x
Reference in New Issue
Block a user