diff --git a/app/templates/book/collection_view.html b/app/templates/book/collection_view.html
index 355f7b8..3d51410 100644
--- a/app/templates/book/collection_view.html
+++ b/app/templates/book/collection_view.html
@@ -97,7 +97,7 @@
{% endif %}
-
+
{{recursive_render("book/components/sub_collection_tab_content.html",collection,book)|safe}}
{% endfor %}
diff --git a/app/templates/book/components/sub_collection_tab_content.html b/app/templates/book/components/sub_collection_tab_content.html
index 1447739..aa0ef38 100644
--- a/app/templates/book/components/sub_collection_tab_content.html
+++ b/app/templates/book/components/sub_collection_tab_content.html
@@ -96,8 +96,10 @@
id="draggableSectionItems"
data-collection-id="{{collection.id}}">
- {% for section in collection.active_sections %} {% include
- 'book/components/section_tab_content.html' %} {% endfor %}
+ {% for section in collection.active_sections %}
+
+ {% include 'book/components/section_tab_content.html' %}
+ {% endfor %}
{% endif %}