From 4a3cbfb8b060b77096157eea433950669b9bc697 Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 9 May 2025 17:15:16 +0200 Subject: [PATCH] feat: wrap blocks --- .../details/bulma-detail-adoption-notice.html | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html b/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html index 270f62c..0ebc819 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html @@ -95,18 +95,19 @@ {% endfor %} +
+ {% if adoption_notice.further_information %} +
+ + +
+ {% endif %} +
- {% if adoption_notice.further_information %} -
- - -
- {% endif %} - - - {% include "fellchensammlung/partials/bulma-partial-comment-section.html" %} - +
+ {% include "fellchensammlung/partials/bulma-partial-comment-section.html" %} +
{% endblock %}