diff --git a/app/templates/book/components/sub_collection_preview_content.html b/app/templates/book/components/sub_collection_preview_content.html index 909bddc..f07b148 100644 --- a/app/templates/book/components/sub_collection_preview_content.html +++ b/app/templates/book/components/sub_collection_preview_content.html @@ -20,7 +20,10 @@
{{ section.label }}
++ {{ section.label }} +
+ {% if not section.active_interpretations %}This section is empty
{% else %} diff --git a/app/templates/home/index.html b/app/templates/home/index.html index 2f2831f..43bc69c 100644 --- a/app/templates/home/index.html +++ b/app/templates/home/index.html @@ -41,75 +41,73 @@ Interpretations not found! {% endif %} - {% for interpretation in interpretations %} - -{{ interpretation.section.label }}
- -{{ display_inline_elements(interpretation.text)|safe }}
-{{ interpretation.section.label }}
+ +{{ display_inline_elements(interpretation.text)|safe }}