diff --git a/app/templates/book/components/sub_collection_preview_content.html b/app/templates/book/components/sub_collection_preview_content.html index ff8bb3d..34a8bb1 100644 --- a/app/templates/book/components/sub_collection_preview_content.html +++ b/app/templates/book/components/sub_collection_preview_content.html @@ -146,7 +146,9 @@ {% for section in collection.active_sections %} -

{{ section.label }}

+

+ {{ section.label }} +

{% if not section.active_interpretations %}

This section is empty

diff --git a/app/templates/home/explore_books.html b/app/templates/home/explore_books.html index 4e7ce21..29054d4 100644 --- a/app/templates/home/explore_books.html +++ b/app/templates/home/explore_books.html @@ -21,7 +21,7 @@