This commit is contained in:
Kostiantyn Stoliarskyi 2023-06-01 15:35:19 +03:00
parent f442662103
commit 7a0299dab9
2 changed files with 5 additions and 3 deletions

View File

@ -96,8 +96,10 @@
id="draggableSectionItems" id="draggableSectionItems"
data-collection-id="{{collection.id}}"> data-collection-id="{{collection.id}}">
<!-- here comes for loop for all section in this collection--> <!-- here comes for loop for all section in this collection-->
{% for section in collection.active_sections %} {% include {% for section in collection.active_sections %}
'book/components/section_tab_content.html' %} {% endfor %} <!-- prettier-ignore -->
{% include 'book/components/section_tab_content.html' %}
{% endfor %}
</div> </div>
{% endif %} {% endif %}
</div> </div>