From b890ef3563bd3aaf068edc54436b50413ed91f79 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 27 Sep 2025 15:34:32 +0200 Subject: [PATCH] fix: Use block only when description exists --- .../partials/partial-rescue-organization.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html index 01a60f4..0a0c43c 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html @@ -3,8 +3,10 @@
@@ -16,10 +18,10 @@ {{ rescue_organization.location_string }} {% endif %}
-
- {% if rescue_organization.description_short %} + {% if rescue_organization.description_short %} +
{{ rescue_organization.description_short | render_markdown }} - {% endif %} -
+
+ {% endif %}
\ No newline at end of file